diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-10-19 22:24:41 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-10-19 22:24:41 +0300 |
commit | a0621b95e1cdd3c87ff7eb8e25884d27f3938e4b (patch) | |
tree | a17474de91d3d5ee5f827736f08b5bea8e99fbab /modules/bugzilla/templates/localconfig | |
parent | fab910c7f712f878c10d121cef3e0452e2b51709 (diff) | |
download | puppet-a0621b95e1cdd3c87ff7eb8e25884d27f3938e4b.tar puppet-a0621b95e1cdd3c87ff7eb8e25884d27f3938e4b.tar.gz puppet-a0621b95e1cdd3c87ff7eb8e25884d27f3938e4b.tar.bz2 puppet-a0621b95e1cdd3c87ff7eb8e25884d27f3938e4b.tar.xz puppet-a0621b95e1cdd3c87ff7eb8e25884d27f3938e4b.zip |
lint fixes for bugzilla
Diffstat (limited to 'modules/bugzilla/templates/localconfig')
-rw-r--r-- | modules/bugzilla/templates/localconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/bugzilla/templates/localconfig b/modules/bugzilla/templates/localconfig index 5ef4a9ab..169f55ed 100644 --- a/modules/bugzilla/templates/localconfig +++ b/modules/bugzilla/templates/localconfig @@ -101,4 +101,3 @@ $interdiffbin = '/usr/bin/interdiff'; # The interdiff feature needs diff, so we have to have that path. # Please specify the directory name only; do not use trailing slash. $diffpath = '/usr/bin'; - |