Skip to content

Commit a840e67

Browse files
committed
fix: Update call to inspirecms:install command for consistency in argument format
1 parent f332635 commit a840e67

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/Commands/UpdatePluginCommand.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ public function handle()
2222
});
2323

2424
// Call install command
25-
$this->call('inspirecms:install', [
26-
'--skip-samples',
27-
]);
25+
$this->call('inspirecms:install', ['--skip-samples' => true]);
2826

2927
$this->updatePlugin(inspirecms()->version());
3028
}

0 commit comments

Comments
 (0)