wangkun 2 роки тому
батько
коміт
ced8d18105
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      git_push.sh

+ 1 - 1
git_push.sh

@@ -5,6 +5,6 @@ echo "$(date +"%Y-%m-%d %H:%M:%S") 正在push..."
 git add .
 git add .
 git commit -m "update"
 git commit -m "update"
 git push origin master
 git push origin master
-echo '$(date +"%Y-%m-%d %H:%M:%S") 完成push!'
+echo "$(date +"%Y-%m-%d %H:%M:%S") 完成push!"
 
 
 exit 0
 exit 0