Skip to content

Commit

Permalink
Rename e2e -configFile to -config
Browse files Browse the repository at this point in the history
It easier to type and more consistent. Nobody uses camelCase in option
names.

Signed-off-by: Nir Soffer <[email protected]>
  • Loading branch information
nirs authored and raghavendra-talur committed Oct 23, 2024
1 parent 9b849ad commit dace2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

func init() {
flag.StringVar(&util.ConfigFile, "configfile", "", "Path to the config file")
flag.StringVar(&util.ConfigFile, "config", "", "Path to the config file")
}

func TestMain(m *testing.M) {
Expand Down

0 comments on commit dace2c1

Please sign in to comment.