summaryrefslogtreecommitdiff
path: root/build-repo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-repo.sh')
-rwxr-xr-xbuild-repo.sh2
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;
}