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 a1a25a7 commit b679fa3Copy full SHA for b679fa3
scripts/commands/advanced/upgrade.sh
@@ -66,7 +66,7 @@ Command() {
66
PRINT FATAL "Expected a git branch at argument 3, was empty. Exiting.."
67
cleanup 1
68
fi
69
- if [[ $remote_branch != *.git ]]; then
+ if [[ $remote_repo != *.git ]]; then
70
PRINT FATAL "Expected a git repository at argument 2, was invalid. (Did you forget to prepend your argument with .git?) Exiting.."
71
72
0 commit comments