From 1682c1227a3061a59482fc7926f55ee5345f93c6 Mon Sep 17 00:00:00 2001 From: MarekWo Date: Wed, 21 Jan 2026 21:59:53 +0100 Subject: [PATCH] fix: Add HOME env to subprocess for git config access Git needs HOME environment variable to find ~/.gitconfig with safe.directory setting when running as root. Also reverts TEST2 marker. Co-Authored-By: Claude Opus 4.5 --- app/templates/base.html | 2 +- app/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index da17adf..47d6f17 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -60,7 +60,7 @@
- {{ version }} [TEST2] + {{ version }} {{ git_branch }}