diff options
author | Michael Scherer <misc@mageia.org> | 2011-05-06 13:45:43 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-05-06 13:45:43 +0000 |
commit | 34cd687a000966220cc4475ae8a1f9ee2b030805 (patch) | |
tree | 7ca5185eee2d370f610d293d5edddaa7da7fc4fb /modules/subversion | |
parent | b949c6dac5a036c74509b699efaafe5cb2a6b9e7 (diff) | |
download | puppet-34cd687a000966220cc4475ae8a1f9ee2b030805.tar puppet-34cd687a000966220cc4475ae8a1f9ee2b030805.tar.gz puppet-34cd687a000966220cc4475ae8a1f9ee2b030805.tar.bz2 puppet-34cd687a000966220cc4475ae8a1f9ee2b030805.tar.xz puppet-34cd687a000966220cc4475ae8a1f9ee2b030805.zip |
fix po check
Diffstat (limited to 'modules/subversion')
-rw-r--r-- | modules/subversion/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/subversion/manifests/init.pp b/modules/subversion/manifests/init.pp index e8a35992..a79092e9 100644 --- a/modules/subversion/manifests/init.pp +++ b/modules/subversion/manifests/init.pp @@ -111,7 +111,7 @@ class subversion { syntax_check{"check_po": regexp_ext => "\.po$", - check_cmd => "msgfmt -c" + check_cmd => "msgfmt -c -" } |