Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus authored Jan 4, 2024
1 parent bea9261 commit a842afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/operator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func init() {

func main() {
var configPath string
flag.StringVar(&configPath, "config-path", "./hack/config.yaml", "The path to the configuration file.")
flag.StringVar(&configPath, "config-path", "./hack/config.yaml", "The path to the configuration file..")
opts := zapk8s.Options{
Development: true,
}
Expand Down

0 comments on commit a842afd

Please sign in to comment.