Skip to content

Commit 68a2806

Browse files
authored
Corrected rsync --exclude single arg syntax for dot files/folders
1 parent 26bcc83 commit 68a2806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Sync ** to adamlui/ai-apps/perplexity-omnibox/
3232
run: |
33-
rsync -avhr --delete --exclude={'.*'} \
33+
rsync -avhr --delete --exclude '.*' \
3434
${{ github.workspace }}/adamlui/perplexity-omnibox/ \
3535
${{ github.workspace }}/adamlui/ai-apps/perplexity-omnibox/
3636

0 commit comments

Comments
 (0)