Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix watching additional paths, correct events on Linux
This fixes two things: - A regression from #11 which caused the "additional paths" to break because it was no longer set to the fill path. - On my Linux machine there is no longer a "WRITE" event, only a CREATE event: Name Op trigger /home/martin/.local/gobin/goatcounter-go-tmp-umask REMOVE false /home/martin/.local/gobin/goatcounter CREATE true I don't know if this is due to a change in Go or Linux, but checking both on all platforms is probably the safest anyway.
- Loading branch information