Skip to content

Commit e1ad36b

Browse files
Update cmd/sops/codes/codes.go
Co-authored-by: Gabriel Martinez <19713226+GMartinez-Sisti@users.noreply.github.com> Signed-off-by: Boris Kreitchman <bkreitch@gmail.com>
1 parent 0860e9d commit e1ad36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/sops/codes/codes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const (
2626
CouldNotRetrieveKey int = 128
2727
NoEncryptionKeyFound int = 111
2828
InvalidDecryptionKeyType int = 112
29-
DupicateDecryptionKeyType int = 113
29+
DuplicateDecryptionKeyType int = 113
3030
FileHasNotBeenModified int = 200
3131
NoEditorFound int = 201
3232
FailedToCompareVersions int = 202

0 commit comments

Comments
 (0)