Skip to content

Commit 6155d6d

Browse files
committed
feat: shellcheck and clean up old upgrade script
1 parent a104c8e commit 6155d6d

File tree

2 files changed

+1
-159
lines changed

2 files changed

+1
-159
lines changed

scripts/commands/advanced/upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Command() {
103103
PRINT DEBUG "\$1 was NOT 'remote' (it was '$1')"
104104
PRINT INFO "Fetching version info"
105105

106-
php artisan bp:version:cache 2> $BLUEPRINT__DEBUG
106+
php artisan bp:version:cache 2> "$BLUEPRINT__DEBUG"
107107
tag_latest=$(php artisan bp:version:latest)
108108
PRINT DEBUG "tag_latest is $tag_latest"
109109

scripts/commands/advanced/upgrade_old.sh

Lines changed: 0 additions & 158 deletions
This file was deleted.

0 commit comments

Comments
 (0)