lizw 7 月之前
父節點
當前提交
5807c141f5
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dsl/001sync_code.sh

+ 1 - 0
dsl/001sync_code.sh

@@ -59,6 +59,7 @@ pullCode() {
   git checkout .
   echo -e "$echoPrefix git pull $echoSuffix"
   if [ "`git pull`" == "Already up-to-date." ]; then
+    echo ""
   fi
   echo ""
 }