Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lexoyo committed May 23, 2024
1 parent 2b2e254 commit 215b87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .silex.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const env = {
GITLAB_CLIENT_ID: process.env.GITLAB_CLIENT_ID,
GITLAB_CLIENT_SECRET: process.env.GITLAB_CLIENT_SECRET,
GITLAB_DOMAIN: process.env.GITLAB_DOMAIN,
GITLAB2_DISPLAY_NAME: process.env.GITLAB2_DISPLAY_NAME || 'Gitlab2',
GITLAB2_DISPLAY_NAME: process.env.GITLAB2_DISPLAY_NAME || 'Gitlab',
GITLAB2_CLIENT_ID: process.env.GITLAB2_CLIENT_ID,
GITLAB2_CLIENT_SECRET: process.env.GITLAB2_CLIENT_SECRET,
GITLAB2_DOMAIN: process.env.GITLAB2_DOMAIN,
Expand Down

0 comments on commit 215b87a

Please sign in to comment.