We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13496d commit c2b9652Copy full SHA for c2b9652
cvm/commands/cache_command.py
@@ -9,7 +9,7 @@
9
10
class CacheCommand(Command):
11
NAME = 'cache:clear'
12
- DESCRIPTION = 'Cleared cached composer tags.'
+ DESCRIPTION = 'Clear cached composer tags.'
13
14
def exec(self, args: Namespace):
15
try:
0 commit comments