Skip to content

Commit 2bbed00

Browse files
committed
removed erroneous space before bash function declaration
1 parent 9c38031 commit 2bbed00

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

assets/runtime/config/gitlabhq/gitlab.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,6 @@ production: &base
10531053
info_map: { name: '{{OAUTH_JWT_INFO_MAP_NAME}}', email: '{{OAUTH_JWT_INFO_MAP_EMAIL}}' },
10541054
auth_url: '{{OAUTH_JWT_AUTH_URL}}',
10551055
valid_within: {{OAUTH_JWT_VALID_WITHIN}} } }
1056-
10571056
# SSO maximum session duration in seconds. Defaults to CAS default of 8 hours.
10581057
# cas3:
10591058
# session_duration: 28800

assets/runtime/functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ gitlab_configure_oauth_oidc() {
822822
fi
823823
}
824824

825-
gitlab_configure_oauth_jwt() {
825+
gitlab_configure_oauth_jwt() {
826826
if [[ -n ${OAUTH_JWT_SECRET} && \
827827
-n ${OAUTH_JWT_AUTH_URL} ]]; then
828828
echo "Configuring gitlab::oauth::jwt..."

0 commit comments

Comments
 (0)