mount: darwin osx fuse check fix

committed my test case accidentally :(
This commit is contained in:
Juan Batiz-Benet 2014-11-01 22:38:02 -07:00
parent 7972f3a7ee
commit 3eb43d1cb4

View File

@ -23,7 +23,7 @@ func darwinFuseCheckVersion() error {
return err
}
if !strings.HasPrefix(ov, "2.7.") || strings.HasPrefix(ov, "2.8.") {
if strings.HasPrefix(ov, "2.7.") || strings.HasPrefix(ov, "2.8.") {
return nil
}