diff options
Diffstat (limited to 'cmd/fscrypt/prompt.go')
| -rw-r--r-- | cmd/fscrypt/prompt.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/fscrypt/prompt.go b/cmd/fscrypt/prompt.go index 0031e8f..5fce0c7 100644 --- a/cmd/fscrypt/prompt.go +++ b/cmd/fscrypt/prompt.go @@ -90,7 +90,7 @@ func askConfirmation(question string, defaultChoice bool, warning string) error // Defaults of "no" require forcing. if !defaultChoice { if quietFlag.Value { - return ErrNoDesctructiveOps + return ErrNoDestructiveOps } } |