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.
2 parents a1a25a7 + b679fa3 commit 43ba80bCopy full SHA for 43ba80b
1 file changed
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