Skip to content

Commit 0b9f281

Browse files
committed
Remove double-spaces
1 parent a4b0685 commit 0b9f281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

serverless.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ provider:
2020
restrictedOrgs: ${env:CODEBOX_RESTRICTED_ORGS}
2121
registry: ${env:CODEBOX_REGISTRY}
2222
githubUrl: ${env:CODEBOX_GITHUB_URL}
23-
githubClientId: ${env:CODEBOX_GITHUB_CLIENT_ID}
24-
githubSecret: ${env:CODEBOX_GITHUB_SECRET}
23+
githubClientId: ${env:CODEBOX_GITHUB_CLIENT_ID}
24+
githubSecret: ${env:CODEBOX_GITHUB_SECRET}
2525
bucket: ${env:CODEBOX_BUCKET}-${self:provider.stage}
2626
region: ${self:provider.region}
2727

0 commit comments

Comments
 (0)