Skip to content

Commit 8f9d0da

Browse files
committed
default to true
1 parent cbc9410 commit 8f9d0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function installFrankenPhpServer()
129129
if ($this->option('no-interaction')) {
130130
$this->info("FrankenPHP's Octane integration is in beta and should be used with caution in production.");
131131
$this->newLine();
132-
} elseif (! $this->confirm("FrankenPHP's Octane integration is in beta and should be used with caution in production. Do you wish to continue?")) {
132+
} elseif (! $this->confirm("FrankenPHP's Octane integration is in beta and should be used with caution in production. Do you wish to continue?", true)) {
133133
return false;
134134
}
135135

0 commit comments

Comments
 (0)