Skip to content

Commit 1499d9d

Browse files
committed
fix multiple workspaces per env
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 3095a30 commit 1499d9d

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" description:"Loganalytics workspace IDs" required:"true"`
23+
Workspace []string `long:"loganalytics.workspace" env:"LOGANALYTICS_WORKSPACE" delim:" " description:"Loganalytics workspace IDs" required:"true"`
2424
}
2525

2626
// config

0 commit comments

Comments
 (0)