Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinecraft committed May 30, 2024
1 parent 4993f22 commit f43ceca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ White='\033[0;37m' # White

# Clear the caches
php artisan down
php artisan clear
php artisan route:clear
php artisan cache:clear
php artisan config:clear
php artisan route:clear
php artisan view:clear
php artisan optimize:clear
php artisan clear

# Try taking pull, if dont work then prompt for stash
if git pull; then
Expand Down

0 comments on commit f43ceca

Please sign in to comment.