diff --git a/gitops_router.sh b/gitops_router.sh index 6084eae..7c05a25 100644 --- a/gitops_router.sh +++ b/gitops_router.sh @@ -23,7 +23,7 @@ if [[ -z "${SSH_ORIGINAL_COMMAND:-}" ]]; then exit 1 fi -geurl() { +geturl() { echo "$PROTOCOL://$HOST/$REPO/$1/branch/$BRANCH/$2" }