Skip to content

Commit

Permalink
Corrected rsync --exclude single pattern 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 ab5eb57 commit c8d2ccf
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/you.com-omnibox/
run: |
rsync -avhr --delete --exclude={'.*'} \
rsync -avhr --delete --exclude '.*' \
${{ github.workspace }}/adamlui/you.com-omnibox/ \
${{ github.workspace }}/adamlui/ai-apps/you.com-omnibox/
Expand Down

0 comments on commit c8d2ccf

Please sign in to comment.