fix compilation

fix related to #2032
This commit is contained in:
Chris Lu 2021-04-28 13:36:53 -07:00
parent ef94ff6837
commit a26a37dfa3

View file

@ -147,7 +147,7 @@ func IsZstdContent(data []byte) bool {
if strings.HasSuffix(mtype, "script") {
return true, true
}
if strings.HasSuffix(mtype, "vnd.rar) {
if strings.HasSuffix(mtype, "vnd.rar") {
return false, true
}
}