Skip to content

Commit d81e33b

Browse files
committed
Anchor to avoid samples
1 parent 21b5a79 commit d81e33b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • root/etc/s6-overlay/s6-rc.d/svc-swag-auto-reload

root/etc/s6-overlay/s6-rc.d/svc-swag-auto-reload/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [[ ${SWAG_AUTORELOAD,,} == "true" ]]; then
1919
function wait_for_changes {
2020
inotifywait -rq \
2121
--event modify,move,create,delete \
22-
--include '\.(conf)' \
22+
--include '\.conf$' \
2323
"${ACTIVE_WATCH[@]}"
2424
}
2525

0 commit comments

Comments
 (0)