Skip to content

Commit

Permalink
Lint fix: dupword (#67)
Browse files Browse the repository at this point in the history
* dupword - Fix

* Lint config
  • Loading branch information
the1bit authored Jan 29, 2024
1 parent 1c8af60 commit 33a213c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
uses: kyma-project/eventing-tools/.github/workflows/lint-go-reusable.yml@main
with:
go-version: '1.21'
lint-config-uri: https://raw.githubusercontent.com/kyma-project/eventing-tools/b740019d37e5b69c1a1383c71bb5fb5a44c6534e/config/lint/.golangci.yaml
lint-config-uri: https://raw.githubusercontent.com/kyma-project/eventing-tools/ca5d5cc431d9fb5cd12e7ef4c6c82331f203c630/config/lint/.golangci.yaml
2 changes: 1 addition & 1 deletion cmd/eventing-publisher-proxy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func main() {

// Start the commander.
if err := c.Start(); err != nil {
setupLogger.Fatalw("Failed to to start publisher", "error", err)
setupLogger.Fatalw("Failed to start publisher", "error", err)
}

setupLogger.Info("Shutdown the Event Publisher")
Expand Down

0 comments on commit 33a213c

Please sign in to comment.