Commit 1c481218 authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix get_release for gitery

parent bb7cabe1
...@@ -70,6 +70,7 @@ get_default_txtrelease() ...@@ -70,6 +70,7 @@ get_default_txtrelease()
{ {
# assert GITHOST # assert GITHOST
# TODO: check for git.alt in ~/.ssh/config? # TODO: check for git.alt in ~/.ssh/config?
[ "$GITHOST" = "gitery" ] && echo "alt" && return
echo ${GITHOST/git./} echo ${GITHOST/git./}
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment