aboutsummaryrefslogtreecommitdiffstats
path: root/modules/gitmirror/templates/rsync-metadata.sh
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gitmirror/templates/rsync-metadata.sh')
-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