diff options
-rw-r--r-- | bpkg-rep/publish.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg-rep/publish.in b/bpkg-rep/publish.in index 32804f6..522a297 100644 --- a/bpkg-rep/publish.in +++ b/bpkg-rep/publish.in @@ -319,7 +319,7 @@ for d in "${destinations[@]}"; do # --prune-empty-dirs (remove empty dirs) # --delete-after (delete entries after the transfer) # - # We also exclude hiddent files (start with dot). + # We also exclude hidden files (start with dot). # run rsync -v -rltO -c --chmod=ugo=rwX --safe-links --delay-updates \ --exclude '.*' --prune-empty-dirs --delete-after -e "ssh ${ssh_options[*]}" \ |