Skip to content

Commit

Permalink
fix fmt err
Browse files Browse the repository at this point in the history
Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>
  • Loading branch information
rakshitgondwal committed Jan 17, 2024
1 parent 717c7ca commit 0e0f32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/common/args.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func InitArgs() (*ArgConfig, error) {

flag.StringVar(&cfg.Focus, "focus", "", "focus runs a specific e2e test. e.g. - sig-auth. allows regular expressions.")
flag.StringVar(&cfg.Skip, "skip", "", "skip specific tests. allows regular expressions.")
flag.StringVar(&cfg.ConformanceImage, "conformance-image", "","specify a conformance container image of your choice.")
flag.StringVar(&cfg.ConformanceImage, "conformance-image", "", "specify a conformance container image of your choice.")
flag.StringVar(&cfg.BusyboxImage, "busybox-image", busyboxImage,
"specify an alternate busybox container image.")
flag.StringVar(&cfg.Kubeconfig, "kubeconfig", "", "path to the kubeconfig file.")
Expand Down

0 comments on commit 0e0f32a

Please sign in to comment.