[sysadmin-bin] post-receive-notify-ostree: fix fishpoll target name



commit e41e5d778267fc4b2a60740c9ca8d2a9207ec8ac
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Tue Oct 9 01:47:11 2012 -0400

    post-receive-notify-ostree: fix fishpoll target name

 git/post-receive-notify-ostree |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/git/post-receive-notify-ostree b/git/post-receive-notify-ostree
index 9192762..ae25591 100755
--- a/git/post-receive-notify-ostree
+++ b/git/post-receive-notify-ostree
@@ -38,7 +38,7 @@ from git import *
 def main():
     module_name = get_module_name()
 
-    process = Popen(["/usr/bin/fishpoke", "ostree-back", "modules-changed", module_name],
+    process = Popen(["/usr/bin/fishpoke", "ostree-back", "modules_changed", module_name],
                       stdout=None, stderr=None, stdin=None)
     process.wait()
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]