fix command typo

This commit is contained in:
Saeed Vaziry
2025-06-19 14:12:27 +02:00
parent 342a3aa4c6
commit 49c29de962
2 changed files with 2 additions and 2 deletions

View File

@ -202,7 +202,7 @@ echo "* * * * * cd /home/vito/vito && php artisan schedule:run >> /dev/null 2>&1
chown -R vito:vito /home/vito
# install plugins
php artisan plugin:install https://github.com/vitodeploy/laravel-octane-plugin
php artisan plugins:install https://github.com/vitodeploy/laravel-octane-plugin
# optimize
php artisan optimize