mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-09 18:00:40 +00:00
Fix spelling
This commit is contained in:
parent
037235f5f5
commit
f50b50b268
@ -130,7 +130,7 @@ func initCommand(config InitOptions) *exec.Cmd {
|
|||||||
args = append(args, fmt.Sprintf("-backend-config=%s", config.BackendConfig))
|
args = append(args, fmt.Sprintf("-backend-config=%s", config.BackendConfig))
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fasle is default
|
// False is default
|
||||||
if config.Lock != nil {
|
if config.Lock != nil {
|
||||||
args = append(args, fmt.Sprintf("-lock=%t", *config.Lock))
|
args = append(args, fmt.Sprintf("-lock=%t", *config.Lock))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user