summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-10 19:15:20 +0000
committerdavidovski <david@davidovski.xyz>2022-01-10 19:15:20 +0000
commitfdc7917a8862e680d13891d1afd0b768e4af9033 (patch)
tree3f455223e45504351051d53672d02232a5c7b1e1
parent9730def92bb19dedc76fc69287e94a768b8f38b8 (diff)
fixed error with syncing output
-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;
}