aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/jails/22_forge/files/git-shell-commands/new2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/jails/22_forge/files/git-shell-commands/new b/roles/jails/22_forge/files/git-shell-commands/new
index 331d546..7fdf61e 100644
--- a/roles/jails/22_forge/files/git-shell-commands/new
+++ b/roles/jails/22_forge/files/git-shell-commands/new
@@ -20,7 +20,7 @@ pw groupmod "$GROUP" -m "$USER" 2>/dev/null || true
# Init bare repo
git init --bare "$REPO_PATH"
-echo "$REPO" > "$REPO_PATH/description"
+echo "" > "$REPO_PATH/description"
# Set ownership and permissions
chown -R "$USER:$GROUP" "$REPO_PATH"