Skip to content

Commit

Permalink
Fix the exclusion regex rule of swatch (cotes2020#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed Aug 29, 2020
1 parent 5d7931b commit cf974a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ main() {
bash _scripts/sh/dump_lastmod.sh

if [[ $realtime = true ]]; then
fswatch -0 -e "\\$CONTAINER" -e "\.git" "$WORK_DIR" | xargs -0 -I {} bash "./${SYNC_TOOL}" {} "$WORK_DIR" . &
fswatch -0 -e "/\..*" "$WORK_DIR" | xargs -0 -I {} bash "./${SYNC_TOOL}" {} "$WORK_DIR" . &
fi

echo "\$ $cmd"
Expand Down

0 comments on commit cf974a1

Please sign in to comment.