Commit 6251652c authored by racitup's avatar racitup Committed by neil
Browse files

fix: correct return value

parent 6a2c9a0d
......@@ -168,10 +168,11 @@ _initAuth() {
_oauth2() {
printenv
if [ -z "$TEST_DNS_SLEEP" ]; then
return _oauth2_std
_oauth2_std
else
return _oauth2_github
_oauth2_github
fi
return $?
}
_oauth2_std() {
......
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