From eec27c3b00ddc7b1f980ec4938cd825943f162b7 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Sat, 10 Jan 2026 22:48:42 -0500 Subject: [PATCH] fix directory to allow access to pyproject.toml --- profile/profile-stats.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/profile-stats.service b/profile/profile-stats.service index aedd80a..cbd00c6 100644 --- a/profile/profile-stats.service +++ b/profile/profile-stats.service @@ -13,7 +13,7 @@ Description=Run update_profile.py (profile stats updater) Type=oneshot EnvironmentFile=%h/.config/profile-stats.env ExecStartPre=/usr/bin/nm-online -q -ExecStart=/bin/bash -lc 'uv run ${REPO_PATH}/language_stats.py' +ExecStart=/bin/bash -lc 'cd ${REPO_PATH} && uv run language_stats.py' [Install] WantedBy=default.target