diff --git a/LICENSE b/LICENSE index 7af64eb..22113a0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 EnvBar +Copyright (c) 2024 TallStackUi, EnvBar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/Console/ClearCacheCommand.php b/src/Console/ClearCacheCommand.php index cbacbb1..1b99b4e 100644 --- a/src/Console/ClearCacheCommand.php +++ b/src/Console/ClearCacheCommand.php @@ -7,7 +7,7 @@ class ClearCacheCommand extends Command { - public $signature = 'envbar:flush'; + public $signature = 'envbar:flush-release'; public $description = 'Flush the cache for the EnvBar releases.';