diff --git a/tools/gitsync.sh b/tools/gitsync.sh index 4af0c2f..6a2d3ec 100755 --- a/tools/gitsync.sh +++ b/tools/gitsync.sh @@ -129,7 +129,7 @@ deploy() { git add . git commit -m "$(TZ='Asia/Shanghai' date "+%Y-%m-%d %H:%M:%S")" -a fi - git lfs push "$3" master:"$2" --all + git lfs push "$3" --all }