From 2881c892d8f044036cf5a9eb8600d4b3d9dd5bce Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Sat, 20 Nov 2021 20:31:59 -0300 Subject: [PATCH] typo --- sync.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sync.sh b/sync.sh index 6812d5b..83e3c79 100644 --- a/sync.sh +++ b/sync.sh @@ -10,7 +10,8 @@ function sync() { --info=progress2 \ --filter=':- .gitignore' \ --filter=':- .dockerignore' \ - --exclude '.git sync.sh' \ + --exclude '.git' \ + --exclude 'sync.sh' \ --delete \ $SOURCE $TARGET }