Skip to content

Commit eadd27c

Browse files
authored
Fix Auth0 Scope config parsing (sameersbn#2007)
1 parent 1c7629d commit eadd27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/runtime/functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ gitlab_configure_oauth_auth0() {
615615
OAUTH_AUTH0_DOMAIN \
616616
OAUTH_AUTH0_SCOPE
617617
else
618-
exec_as_git sed -i "/name: 'auth0'/,/{{OAUTH_AUTH0_DOMAIN}}/d" ${GITLAB_CONFIG}
618+
exec_as_git sed -i "/name: 'auth0'/,/{{OAUTH_AUTH0_SCOPE}}/d" ${GITLAB_CONFIG}
619619
fi
620620
}
621621

0 commit comments

Comments
 (0)