瀏覽代碼

Fix update.sh

Matthias Schiffer 10 年之前
父節點
當前提交
59adcccab3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/update.sh

+ 1 - 1
scripts/update.sh

@@ -13,6 +13,6 @@ for module in $GLUON_MODULES; do
 	cd "$1"/$module
 	git init
 
-	git checkout $commit 2>/dev/null || fetch $repo
+	git checkout $commit 2>/dev/null || git fetch $repo
 	git checkout -B base $commit
 done