We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c7629d commit eadd27cCopy full SHA for eadd27c
assets/runtime/functions
@@ -615,7 +615,7 @@ gitlab_configure_oauth_auth0() {
615
OAUTH_AUTH0_DOMAIN \
616
OAUTH_AUTH0_SCOPE
617
else
618
- exec_as_git sed -i "/name: 'auth0'/,/{{OAUTH_AUTH0_DOMAIN}}/d" ${GITLAB_CONFIG}
+ exec_as_git sed -i "/name: 'auth0'/,/{{OAUTH_AUTH0_SCOPE}}/d" ${GITLAB_CONFIG}
619
fi
620
}
621
0 commit comments