wangkun 2 anos atrás
pai
commit
0c5edfa687
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      git_push.sh

+ 1 - 1
git_push.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 
 echo '开始'
-echo '$(date "+%Y-%m-%d %H:%M:%S") 正在push...'
+echo "$(date +"%Y-%m-%d %H:%M:%S") 正在push..."
 git add .
 git commit -m "update"
 git push origin master