aboutsummaryrefslogtreecommitdiffstats
path: root/modules/gitmirror
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2014-02-10 10:05:36 +0000
committerColin Guthrie <colin@mageia.org>2014-02-10 10:05:36 +0000
commit3dd4526bb1515315f64ac8943dd47f6c4727c0c5 (patch)
treebc320c40b17873f04cecc4c32d64d90f3f04ceb2 /modules/gitmirror
parent09098d4c429f7c96eef1ea58230d9f50dbdc90d4 (diff)
downloadpuppet-3dd4526bb1515315f64ac8943dd47f6c4727c0c5.tar
puppet-3dd4526bb1515315f64ac8943dd47f6c4727c0c5.tar.gz
puppet-3dd4526bb1515315f64ac8943dd47f6c4727c0c5.tar.bz2
puppet-3dd4526bb1515315f64ac8943dd47f6c4727c0c5.tar.xz
puppet-3dd4526bb1515315f64ac8943dd47f6c4727c0c5.zip
gitmirror: Fix config key
Diffstat (limited to 'modules/gitmirror')
-rwxr-xr-xmodules/gitmirror/templates/rsync-metadata.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gitmirror/templates/rsync-metadata.sh b/modules/gitmirror/templates/rsync-metadata.sh
index fe3b8bef..52fcd3cc 100755
--- a/modules/gitmirror/templates/rsync-metadata.sh
+++ b/modules/gitmirror/templates/rsync-metadata.sh
@@ -23,5 +23,5 @@ fi
CURDESC=$(git config --file "$GITROOT/$REPO/config" gitweb.description)
if [ "$CURDESC" != "$DESC" ]; then
- git config --file "$GITROOT/$REPO/config" gitweb.owner "$DESC"
+ git config --file "$GITROOT/$REPO/config" gitweb.description "$DESC"
fi