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 ""
 }