diff --git a/src/Console/ClearCacheCommand.php b/src/Console/ClearCacheCommand.php index 1b99b4e..421ede0 100644 --- a/src/Console/ClearCacheCommand.php +++ b/src/Console/ClearCacheCommand.php @@ -7,7 +7,7 @@ class ClearCacheCommand extends Command { - public $signature = 'envbar:flush-release'; + public $signature = 'envbar:flush-release-cache'; public $description = 'Flush the cache for the EnvBar releases.';