Skip to content

Commit fdc2a13

Browse files
authored
feat: turn default repo into warning or something
1 parent b7166ed commit fdc2a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/commands/advanced/upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Command() {
8686

8787
# Blueprint default repository
8888
"")
89-
PRINT INFO "No git repository provided, defaulting to '$REPOSITORY' (repo) and '$REPOSITORY_BRANCH' (branch)!"
89+
PRINT WARNING "No git repository provided, defaulting to '$REPOSITORY' (repo) and '$REPOSITORY_BRANCH' (branch)!"
9090
PRINT DEBUG "setting remote_repo to 'https://github.com/$REPOSITORY.git'"
9191
remote_repo="https://github.com/$REPOSITORY.git"
9292
remote_branch="$REPOSITORY_BRANCH"

0 commit comments

Comments
 (0)