Skip to content

Commit

Permalink
Fix flag usage
Browse files Browse the repository at this point in the history
  • Loading branch information
g41797 committed Oct 5, 2023
1 parent 33e83ad commit 33789a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sidecar/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (

func ConfFolder() (confFolder string, err error) {
fName := "cf"

fVal := flag.Lookup(fName)
if fVal == nil {
flag.StringVar(&confFolder, fName, "", "Path of folder with config files")
Expand Down

0 comments on commit 33789a3

Please sign in to comment.