From 7e5e769c8fd16dfbb2043ad39c1a2feba069f721 Mon Sep 17 00:00:00 2001 From: Jali Date: Thu, 23 Jul 2026 19:32:26 +0100 Subject: [PATCH] Fix line 59 --- services/git-monitor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/git-monitor b/services/git-monitor index 3d59819..98f222f 100755 --- a/services/git-monitor +++ b/services/git-monitor @@ -56,7 +56,7 @@ check_for_updates() { # Get the last known commit hash (from a file) cd "$GITMONITOR -_LOCAL_PATH/$repo_name" + $GITMONITOR_LOCAL_PATH/$repo_name" if [ -f "$GITMONITOR_LOCAL_PATH/$repo_name/.git-monitor-last-commit" ]; then last_commit_hash=$(cat "$GITMONITOR_LOCAL_PATH/$repo_name/.git-monitor-last-commit") else