Skip to content

Commit f2bbcd9

Browse files
committed
fix delimiter (finally)
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent e682e80 commit f2bbcd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/opts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type (
2020
}
2121

2222
Loganalytics struct {
23-
Workspace []string `long:"loganalytics.workspace" env:"LOGANALYTICS_WORKSPACE" delim:" " description:"Loganalytics workspace IDs" required:"true"`
23+
Workspace []string `long:"loganalytics.workspace" env:"LOGANALYTICS_WORKSPACE" env-delim:" " description:"Loganalytics workspace IDs" required:"true"`
2424
}
2525

2626
// config

0 commit comments

Comments
 (0)