diff options
| -rwxr-xr-x | build-repo.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/build-repo.sh b/build-repo.sh index aa02105..365e121 100755 --- a/build-repo.sh +++ b/build-repo.sh @@ -158,7 +158,7 @@ clean () {  sync () {      for i in $@; do -        echo "syncing to $@" +        echo "syncing to $i"          [[ $# = 0 ]] || rsync -Lta --no-perms --no-owner --no-group --delete -z -e ssh ./dist/ $i      done;  } | 
