diff options
author | davidovski <david@davidovski.xyz> | 2022-01-10 19:15:20 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-10 19:15:20 +0000 |
commit | fdc7917a8862e680d13891d1afd0b768e4af9033 (patch) | |
tree | 3f455223e45504351051d53672d02232a5c7b1e1 /build-repo.sh | |
parent | 9730def92bb19dedc76fc69287e94a768b8f38b8 (diff) |
fixed error with syncing output
Diffstat (limited to 'build-repo.sh')
-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; } |