fix: correct return value

This commit is contained in:
racitup 2021-12-20 00:35:14 +00:00 committed by neil
parent 6a2c9a0dc1
commit 6251652c93
1 changed files with 3 additions and 2 deletions

View File

@ -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() {