diff options
| -rw-r--r-- | manifests/cgit.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/cgit.pp b/manifests/cgit.pp index f1d12e2..e48b3f4 100644 --- a/manifests/cgit.pp +++ b/manifests/cgit.pp @@ -16,8 +16,8 @@ class git::cgit( $enable_git_clone = '1', $enable_http_clone = '1', $enable_index_links = '1', - $source_filter = '/usr/lib/cgit/filters/syntax_highlighting.py', - $about_filter = '/usr/lib/cgit/filters/about_formatting.sh', + $source_filter = '/usr/lib/cgit/filters/syntax-highlighting.py', + $about_filter = '/usr/lib/cgit/filters/about-formatting.sh', $enable_git_config = '1', $remove_suffix = '1', ) { |
