summaryrefslogtreecommitdiffstats
path: root/repo-access.sh
diff options
context:
space:
mode:
Diffstat (limited to 'repo-access.sh')
-rw-r--r--repo-access.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo-access.sh b/repo-access.sh
index 1e799a5..9a2f7c8 100644
--- a/repo-access.sh
+++ b/repo-access.sh
@@ -32,7 +32,7 @@ function systr_repo_resolve_reference
cd "$path"
if [[ "$symref" == "HEAD" ]]; then
- cat "HEAD"
+ cat "refs/HEAD"
elif [ -f "refs/$symref" ]; then
cat "refs/$symref"
elif [ -f "revs/$symref/.commit.systr" ]; then