X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=Makefile.frag;fp=Makefile.frag;h=59f2b0609eee4a2921ffa8181c2a11dc6eb846e4;hp=f68503fc8811889ecbb8a4d06a8e2a4fa8aefca8;hb=5ef50780e973c35976d0b279cb78da8b4f4c2d47;hpb=5f4abb70454abc62e885f4119339aaad2e5eeb1c diff --git a/Makefile.frag b/Makefile.frag index f68503f..59f2b06 100644 --- a/Makefile.frag +++ b/Makefile.frag @@ -94,7 +94,7 @@ psi-paranoid-backups: echo "Usage: make psi-paranoid-backups REPO="; \ echo; \ else \ - echo "Watching $(PHP_PSI_SRCDIR) for changes to flush and push to $(REPO)"; \ + echo "Watching $(PHP_PSI_SRCDIR) for changes to flush and push to $(REPO) ..."; \ while inotifywait -q -e modify -r $(PHP_PSI_SRCDIR); do \ git ci -am flush; \ git push $(REPO); \