From 3dd4526bb1515315f64ac8943dd47f6c4727c0c5 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 10 Feb 2014 10:05:36 +0000 Subject: gitmirror: Fix config key --- modules/gitmirror/templates/rsync-metadata.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1