]> BookStack Code Mirror - system-cli/blobdiff - src/Commands/UpdateCommand.php
Added testing for the update command
[system-cli] / src / Commands / UpdateCommand.php
index e1b7070181c57df8af67f9aaf870d1e2d9ba6d8c..c8c6138d14d5a84fdd837f0084e7d864299c52ff 100644 (file)
@@ -53,6 +53,8 @@ class UpdateCommand extends Command
         $artisan->run(['config:clear']);
         $artisan->run(['view:clear']);
 
+        $output->writeln("<info>Your BookStack instance at [{$appDir}] has been updated!</info>");
+
         return Command::SUCCESS;
     }