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 333ad5f commit 845f0adCopy full SHA for 845f0ad
bin/v-update-sys-hestia-git
@@ -94,8 +94,8 @@ flags=$4
94
# Allow the use of username:branch instead of username branch
95
# Both fork and branch names can't contain a : anyway
96
if [ -z "$branch" ]; then
97
- branch = $(echo "$fork" | cut -d ":" -f2)
98
- fork = $(echo "$fork" | cut -d ":" -f1)
+ branch=$(echo "$fork" | cut -d ":" -f2)
+ fork=$(echo "$fork" | cut -d ":" -f1)
99
fi
100
101
# Set Version for compiling
0 commit comments