diff --git a/helpers.go b/helpers.go index 2bea9b8..b030787 100644 --- a/helpers.go +++ b/helpers.go @@ -51,7 +51,7 @@ func DecodeHexOrBase64(str string) ([]byte, error) { func FormatOutput(outputFormat, outputString string) (string, error) { switch outputFormat { - case HexFormat, "": + case HexFormat, RawFormat: return outputString, nil case Base64Format: