Skip to content

Commit

Permalink
chore: fix some comments
Browse files Browse the repository at this point in the history
Signed-off-by: beforetech <[email protected]>
  • Loading branch information
beforetech authored and alnr committed Aug 5, 2024
1 parent e3f450e commit de3c018
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/cmd_create_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func NewCreateClientsCommand() *cobra.Command {
Args: cobra.NoArgs,
Example: `{{ .CommandPath }} -n "my app" -c http://localhost/cb -g authorization_code -r code -a core,foobar
Use the tool jq (or any other JSON tool) to get the OAuth2 Client ID and and Secret:
Use the tool jq (or any other JSON tool) to get the OAuth2 Client ID and Secret:
client=$({{ .CommandPath }} \
--format json \
Expand Down
2 changes: 1 addition & 1 deletion contrib/quickstart/gitlab/config/gitlab.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
### Request duration
###! Tells the rails application how long it has to complete a request
###! This value needs to be lower than the worker timeout set in unicorn/puma.
###! By default, we'll allow 95% of the the worker timeout
###! By default, we'll allow 95% of the worker timeout
# gitlab_rails['max_request_duration_seconds'] = 57

### Email Settings
Expand Down
2 changes: 1 addition & 1 deletion test/conformance/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func createPlan(t *testing.T, extra url.Values, isParallel bool) {
t.Skipf("Test module 'oidcc-server-rotate-keys' can not run in parallel tests and was skipped...")
return
} else if module != "oidcc-server-rotate-keys" && !isParallel {
t.Skipf("Without paralleism only test module 'oidcc-server-rotate-keys' will be executed.")
t.Skipf("Without parallelism only test module 'oidcc-server-rotate-keys' will be executed.")
return
}

Expand Down

0 comments on commit de3c018

Please sign in to comment.