fix: correct geturl spelling

This commit is contained in:
Pallav Vasa 2025-05-17 07:22:02 +00:00
parent 14a96035b6
commit 079979292d

View File

@ -23,7 +23,7 @@ if [[ -z "${SSH_ORIGINAL_COMMAND:-}" ]]; then
exit 1 exit 1
fi fi
geurl() { geturl() {
echo "$PROTOCOL://$HOST/$REPO/$1/branch/$BRANCH/$2" echo "$PROTOCOL://$HOST/$REPO/$1/branch/$BRANCH/$2"
} }