Add usage information #4

Merged
jali merged 4 commits from develop into main 2026-07-23 18:45:48 +00:00
Showing only changes of commit 7e5e769c8f - Show all commits
+1 -1
View File
@@ -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