diff --git a/pkgs/sops-install-secrets/main.go b/pkgs/sops-install-secrets/main.go index d47b93d..c324337 100644 --- a/pkgs/sops-install-secrets/main.go +++ b/pkgs/sops-install-secrets/main.go @@ -262,7 +262,7 @@ func recurseSecretKey(format FormatType, keys map[string]interface{}, wantedKey strVal, err := marshaller(val) if err != nil { - return "", fmt.Errorf("Cannot the value of key '%s': %w", keyUntilNow, err) + return "", fmt.Errorf("Cannot marshal the value of key '%s': %w", keyUntilNow, err) } return string(strVal), nil