Skip to content

Commit b44c0b2

Browse files
committed
hotfix install command
1 parent 24b3765 commit b44c0b2

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)