Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
denopink committed Dec 9, 2024
1 parent 1bc7f0b commit 0a89a21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"runtime"
"time"

"github.com/xmidt-org/ancla"
"github.com/xmidt-org/ancla/anclafx"
"github.com/xmidt-org/arrange"
"github.com/xmidt-org/arrange/arrangepprof"
"github.com/xmidt-org/touchstone"
Expand Down Expand Up @@ -193,7 +193,7 @@ func tr1d1um(arguments []string) (exitCode int) {
arrange.ProvideKey("argusClientTimeout", httpClientTimeout{}),
touchstone.Provide(),
touchhttp.Provide(),
ancla.ProvideMetrics(),
anclafx.Provide(),

Check warning on line 196 in main.go

View check run for this annotation

Codecov / codecov/patch

main.go#L196

Added line #L196 was not covered by tests
arrangepprof.HTTP{
RouterName: "server_pprof",
}.Provide(),
Expand Down
10 changes: 5 additions & 5 deletions tr1d1um.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,11 @@ webhook:
# address is Argus' network location.
address: "http://localhost:6600"

# auth the authentication method for argus.
auth:
# basic configures basic authentication for argus.
# Must be of form: 'Basic xyz=='
# basic: "Basic dXNlcjpwYXNz"
# auth the authentication method for argus.
auth:
# basic configures basic authentication for argus.
# Must be of form: 'Basic xyz=='
basic: "Basic dXNlcjpwYXNz"
#
# # jwt configures jwt style authentication for argus.
# JWT:
Expand Down

0 comments on commit 0a89a21

Please sign in to comment.