Skip to content

Commit 9d7bc2f

Browse files
AlexJump24jbrooksuk
authored andcommitted
fix pipeline issue
1 parent c8baa93 commit 9d7bc2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Commands/InstallCommand.php

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
use Illuminate\Support\Facades\File;
1010
use Illuminate\Support\Sleep;
1111
use Illuminate\Support\Str;
12+
use Laravel\Prompts\Prompt;
1213
use ReflectionClass;
1314
use ReflectionProperty;
1415
use function Laravel\Prompts\confirm;
@@ -25,6 +26,8 @@ class InstallCommand extends Command
2526

2627
public function handle(AppSettings $settings)
2728
{
29+
Prompt::fallbackWhen(!$this->input->isInteractive());
30+
2831
intro('Welcome to the Cachet installer!');
2932

3033
Sleep::for(2)->seconds();

0 commit comments

Comments
 (0)