diff options
Diffstat (limited to 'repo-access.sh')
-rw-r--r-- | repo-access.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo-access.sh b/repo-access.sh index ad0686b..6e5b481 100644 --- a/repo-access.sh +++ b/repo-access.sh @@ -36,7 +36,7 @@ function systr_repo_resolve_reference elif [ -f "revs/$symref/.commit.systr" ]; then echo "$symref" else - echo "$symref not a revision" + echo "$symref not a revision" >&2 exit 1 fi ) |