Skip to content

Commit

Permalink
Merge pull request #10 from TheDragonCode/2.x
Browse files Browse the repository at this point in the history
Fixed console command option
  • Loading branch information
Andrey Helldar authored Mar 19, 2022
2 parents e3e583b + 3375cb5 commit 18d2ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Sync extends Command
{
protected $signature = 'env:sync'
. ' {--path= : Gets the path to scan for files}'
. ' {--with-env= : Determines whether to update the .env file}';
. ' {--with-env : Determines whether to update the .env file}';

protected $description = 'Synchronizing environment settings with a preset';

Expand Down

0 comments on commit 18d2ede

Please sign in to comment.