Skip to content

Commit 0e8cda5

Browse files
authored
Merge pull request #5265 from Laravel-Backpack/hot-fix-install-command
[HOT-FIX] add --no-interaction into the install basset command.
2 parents 24b3765 + b44c0b2 commit 0e8cda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Console/Commands/Install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function handle()
9393

9494
// Install Backpack Basset
9595
$this->progressBlock('Installing Basset');
96-
$this->executeArtisanProcess('basset:install --no-check');
96+
$this->executeArtisanProcess('basset:install --no-check --no-interaction');
9797
$this->closeProgressBlock();
9898

9999
// Optional commands

0 commit comments

Comments
 (0)