Skip to content

Commit

Permalink
sh/watch: Cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Feb 6, 2025
1 parent 9dbc17f commit 21325ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sh/watch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ watch_fs () {


watch_loop() {
_log "Watching XX filesystem (${WATCH_COMMAND}):"
_log "Watching filesystem (${WATCH_COMMAND}):"
_log " path: ${1}"
_log " ignore: ${2}"
watch_fs "$WATCH_DIR" "$IGNORE" | while read -r FILE; do
Expand Down

0 comments on commit 21325ce

Please sign in to comment.