瀏覽代碼

Remove extra spaces

Jaap Marcus 3 年之前
父節點
當前提交
845f0ad4b8
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      bin/v-update-sys-hestia-git

+ 2 - 2
bin/v-update-sys-hestia-git

@@ -94,8 +94,8 @@ flags=$4
 # Allow the use of username:branch instead of username branch
 # Both fork and branch names can't contain a : anyway 
 if [ -z "$branch" ]; then 
-    branch = $(echo "$fork" | cut -d ":" -f2)
-    fork = $(echo "$fork" | cut -d ":" -f1)
+    branch=$(echo "$fork" | cut -d ":" -f2)
+    fork=$(echo "$fork" | cut -d ":" -f1)
 fi
 
 # Set Version for compiling