]> ruderich.org/simon Gitweb - safcm/safcm.git/commit
remote: treat paths as slash separated in triggerPaths()
authorSimon Ruderich <simon@ruderich.org>
Sun, 23 May 2021 10:33:06 +0000 (12:33 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 23 May 2021 10:33:06 +0000 (12:33 +0200)
commit6df59d74910d8555e8f61bc11e4652f9d6d57ebf
tree0cdf16bfcd09527a5bafdde5a2f2bf5dd5d54bc0
parent99d753741e5b6dc86b032882541c9b8f45a51bd4
remote: treat paths as slash separated in triggerPaths()

Remotes are only supported on UNIX systems which use slashes as path
separators so this had no direct effect. Change it to make the code more
obvious.

This was forgotten in afb7e8e (safcm: use only slash separated paths for
the configuration, 2021-05-13).
remote/sync/triggers.go