Skip to content

Commit

Permalink
fix: fix udpate maintenance mode message (#4983)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Mar 19, 2021
1 parent fd700d3 commit 225e68e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Console/Commands/Update.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public function handle(): void
if ($this->confirmToProceed()) {
try {
$this->artisan('✓ Maintenance mode: on', 'down', [
'--message' => 'Upgrading Monica v'.config('monica.app_version'),
'--retry' => '10',
]);

Expand Down

0 comments on commit 225e68e

Please sign in to comment.