aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/files/apply_git_puppet_config.sh
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2015-10-20 00:38:50 +0300
committerThomas Backlund <tmb@mageia.org>2015-10-20 00:38:50 +0300
commitbf817c6ea3036d8fd69995a767f5071e19232fb9 (patch)
tree987f586d487d87863920cf9fcc7525f3587d065c /modules/git/files/apply_git_puppet_config.sh
parent6a9988b82160f4f516ceb36b48acdd8f49458659 (diff)
downloadpuppet-bf817c6ea3036d8fd69995a767f5071e19232fb9.tar
puppet-bf817c6ea3036d8fd69995a767f5071e19232fb9.tar.gz
puppet-bf817c6ea3036d8fd69995a767f5071e19232fb9.tar.bz2
puppet-bf817c6ea3036d8fd69995a767f5071e19232fb9.tar.xz
puppet-bf817c6ea3036d8fd69995a767f5071e19232fb9.zip
lint fixes for git
Diffstat (limited to 'modules/git/files/apply_git_puppet_config.sh')
-rw-r--r--modules/git/files/apply_git_puppet_config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git/files/apply_git_puppet_config.sh b/modules/git/files/apply_git_puppet_config.sh
index 29ede998..1ed6fbf1 100644
--- a/modules/git/files/apply_git_puppet_config.sh
+++ b/modules/git/files/apply_git_puppet_config.sh
@@ -4,4 +4,4 @@ while read line
do
# --local is a option for the newer git
git config --add $line
-done < config.puppet
+done < config.puppet