aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Sydänviita <jan@sydanviita.fi>2026-08-22 15:12:33 +0300
committerJan Sydänviita <jan@sydanviita.fi>2026-08-22 15:12:33 +0300
commit3d5cdb0447834fb8460dce7b9a8f4ea1c931a0c0 (patch)
tree9073115f127c42f793926164006898cf970758bd
parent5e1f555e4211a4a0302670207f037ba925ac7719 (diff)
Empty description when repo created
-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"