From f50b50b2687a9eb9a53f431291768b9757a2365b Mon Sep 17 00:00:00 2001 From: "marcin.suterski" Date: Mon, 8 May 2017 11:44:08 -0400 Subject: [PATCH] Fix spelling --- plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.go b/plugin.go index 3ce3529..dbb2fb2 100644 --- a/plugin.go +++ b/plugin.go @@ -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)) }