marcin.suterski
8 years ago
No known key found for this signature in database
GPG Key ID: A6CF8B51D99C0C92
1 changed files with
1 additions and
1 deletions
-
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)) |
|
|
} |
|
|
} |
|
|