From 408a2f7b9601e9729cabb027244ec3eca6b81ae2 Mon Sep 17 00:00:00 2001 From: monlor Date: Fri, 6 Mar 2020 14:25:22 +0800 Subject: [PATCH] 2020-03-06 14:25:22 --- tools/gitsync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }