Browse Source

fix compilation

fix related to #2032
pull/2045/head
Chris Lu 4 years ago
parent
commit
a26a37dfa3
  1. 2
      weed/util/compression.go

2
weed/util/compression.go

@ -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
}
}

Loading…
Cancel
Save