wIK5Ez2o commited on
Commit
56fbaf2
·
verified ·
1 Parent(s): 4e211b8

Update launch.sh

Browse files
Files changed (1) hide show
  1. launch.sh +1 -1
launch.sh CHANGED
@@ -29,7 +29,7 @@ function init() {
29
  git config user.name "git-batch"
30
  git config init.defaultBranch main
31
 
32
- git branch -M main
33
  git remote add origin https://${github_secret}@github.com/${github_project}.git
34
  git add .
35
  echo "'update data $(date "+%Y-%m-%d %H:%M:%S")'"
 
29
  git config user.name "git-batch"
30
  git config init.defaultBranch main
31
 
32
+ git branch -m main
33
  git remote add origin https://${github_secret}@github.com/${github_project}.git
34
  git add .
35
  echo "'update data $(date "+%Y-%m-%d %H:%M:%S")'"