We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a104c8e commit 6155d6dCopy full SHA for 6155d6d
scripts/commands/advanced/upgrade.sh
@@ -103,7 +103,7 @@ Command() {
103
PRINT DEBUG "\$1 was NOT 'remote' (it was '$1')"
104
PRINT INFO "Fetching version info"
105
106
- php artisan bp:version:cache 2> $BLUEPRINT__DEBUG
+ php artisan bp:version:cache 2> "$BLUEPRINT__DEBUG"
107
tag_latest=$(php artisan bp:version:latest)
108
PRINT DEBUG "tag_latest is $tag_latest"
109
scripts/commands/advanced/upgrade_old.sh
0 commit comments