Skip to content

Commit

Permalink
Corrected rsync --exclude single arg syntax for dot files/folders
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui authored Dec 16, 2024
1 parent c328ec9 commit 0cb7a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Sync ** to adamlui/ai-apps/phind-omnibox/
run: |
rsync -avhr --delete --exclude={'.*'} \
rsync -avhr --delete --exclude '.*' \
${{ github.workspace }}/adamlui/phind-omnibox/ \
${{ github.workspace }}/adamlui/ai-apps/phind-omnibox/
Expand Down

0 comments on commit 0cb7a8d

Please sign in to comment.