0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-09-19 15:32:45 +02:00

Fix spelling

This commit is contained in:
marcin.suterski 2017-05-08 11:44:08 -04:00
parent 037235f5f5
commit f50b50b268
No known key found for this signature in database
GPG Key ID: A6CF8B51D99C0C92

View File

@ -130,7 +130,7 @@ func initCommand(config InitOptions) *exec.Cmd {
args = append(args, fmt.Sprintf("-backend-config=%s", config.BackendConfig))
}
// Fasle is default
// False is default
if config.Lock != nil {
args = append(args, fmt.Sprintf("-lock=%t", *config.Lock))
}