diff options
Diffstat (limited to 'repo-access.sh')
-rw-r--r-- | repo-access.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/repo-access.sh b/repo-access.sh index 9a2f7c8..ad0686b 100644 --- a/repo-access.sh +++ b/repo-access.sh @@ -25,9 +25,7 @@ function systr_repo_resolve_reference systr_repo_resolve_reference "$trac" elif [[ "$symref" == "NULL" ]]; then echo "NULL" - fi - - if [[ "$remote" == "" ]]; then + elif [[ "$remote" == "" ]]; then ( cd "$path" |