Skip to content

Commit 845f0ad

Browse files
committed
Remove extra spaces
1 parent 333ad5f commit 845f0ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/v-update-sys-hestia-git

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ flags=$4
9494
# Allow the use of username:branch instead of username branch
9595
# Both fork and branch names can't contain a : anyway
9696
if [ -z "$branch" ]; then
97-
branch = $(echo "$fork" | cut -d ":" -f2)
98-
fork = $(echo "$fork" | cut -d ":" -f1)
97+
branch=$(echo "$fork" | cut -d ":" -f2)
98+
fork=$(echo "$fork" | cut -d ":" -f1)
9999
fi
100100

101101
# Set Version for compiling

0 commit comments

Comments
 (0)