From 72fd790abd61645be2336a95d877a3cc1b947b97 Mon Sep 17 00:00:00 2001 From: monlor Date: Thu, 5 Mar 2020 19:01:39 +0800 Subject: [PATCH] 2020-03-05 19:01:39 --- tools/gitsync.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/gitsync.sh b/tools/gitsync.sh index b69a5cb..f51e22c 100755 --- a/tools/gitsync.sh +++ b/tools/gitsync.sh @@ -135,5 +135,6 @@ case $1 in reset master ;; deploy) + shift 1 deploy $@ esac