Skip to content

Commit

Permalink
Anchor to avoid samples
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Jan 19, 2025
1 parent 21b5a79 commit d81e33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/svc-swag-auto-reload/run
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [[ ${SWAG_AUTORELOAD,,} == "true" ]]; then
function wait_for_changes {
inotifywait -rq \
--event modify,move,create,delete \
--include '\.(conf)' \
--include '\.conf$' \
"${ACTIVE_WATCH[@]}"
}

Expand Down

0 comments on commit d81e33b

Please sign in to comment.