mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-06 15:18:53 +00:00
fix: flag mapping (#1699)
This commit is contained in:
parent
4d09b804f5
commit
f70adec022
@ -85,7 +85,7 @@ const (
|
||||
|
||||
func main() {
|
||||
flag.Var(configPaths, "config-files", "paths to the config files")
|
||||
flag.Var(configPaths, "setup-files", "paths to the setup files")
|
||||
flag.Var(setupPaths, "setup-files", "paths to the setup files")
|
||||
flag.Parse()
|
||||
arg := flag.Arg(0)
|
||||
switch arg {
|
||||
|
Loading…
x
Reference in New Issue
Block a user