mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-12 17:10:39 +00:00
Remove debug line
This commit is contained in:
parent
40a5e1af9b
commit
de4bd0bd5d
@ -122,7 +122,6 @@ func initCommand(config InitOptions) *exec.Cmd {
|
|||||||
"init",
|
"init",
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("config.BackendConfig: %v\n", config.BackendConfig)
|
|
||||||
for _, v := range config.BackendConfig {
|
for _, v := range config.BackendConfig {
|
||||||
args = append(args, fmt.Sprintf("-backend-config=%s", v))
|
args = append(args, fmt.Sprintf("-backend-config=%s", v))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user