Skip to content

Commit

Permalink
Fix unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenlj committed Sep 11, 2024
1 parent b4cec4a commit ab57ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/k8s/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func getConfig(overrides []ClientOverride) *rest.Config {
}

func InitScheme(scheme *runtime.Scheme) {
scheme, err := liberatorscheme.AddAll(scheme)
_, err := liberatorscheme.AddAll(scheme)
if err != nil {
log.Fatalf("error setting up client schema: %s.", err)
}
Expand Down

0 comments on commit ab57ed6

Please sign in to comment.