Invert boolean
This commit is contained in:
parent
2c5532116d
commit
e16a8adb6f
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ type GenerateSSHKeyOptions struct {
|
||||||
|
|
||||||
func WithNoErrorOnExitingKey() func(*GenerateSSHKeyOptions) {
|
func WithNoErrorOnExitingKey() func(*GenerateSSHKeyOptions) {
|
||||||
return func(o *GenerateSSHKeyOptions) {
|
return func(o *GenerateSSHKeyOptions) {
|
||||||
o.noErrorOnExists = false
|
o.noErrorOnExists = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue