We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6612882 commit 5e4c760Copy full SHA for 5e4c760
src/Commands/BuildCommand.php
@@ -175,7 +175,7 @@ private function prepare(): BuildCommand
175
$config = include $configFile;
176
177
$config['env'] = 'production';
178
- $version = $this->option('build-version') ?: text('Build version?', $config['version']);
+ $version = $this->option('build-version') ?: text('Build version?', default: $config['version']);
179
$config['version'] = $version;
180
181
$boxFile = $this->app->basePath('box.json');
0 commit comments