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 b7166ed commit fdc2a13Copy full SHA for fdc2a13
scripts/commands/advanced/upgrade.sh
@@ -86,7 +86,7 @@ Command() {
86
87
# Blueprint default repository
88
"")
89
- PRINT INFO "No git repository provided, defaulting to '$REPOSITORY' (repo) and '$REPOSITORY_BRANCH' (branch)!"
+ PRINT WARNING "No git repository provided, defaulting to '$REPOSITORY' (repo) and '$REPOSITORY_BRANCH' (branch)!"
90
PRINT DEBUG "setting remote_repo to 'https://github.com/$REPOSITORY.git'"
91
remote_repo="https://github.com/$REPOSITORY.git"
92
remote_branch="$REPOSITORY_BRANCH"
0 commit comments