Browse Source

Fix spelling

pull/41/head
marcin.suterski 8 years ago
parent
commit
f50b50b268
No known key found for this signature in database GPG Key ID: A6CF8B51D99C0C92
  1. 2
      plugin.go

2
plugin.go

@ -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…
Cancel
Save