mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-06 16:58:11 +08:00
mount: darwin osx fuse check fix
committed my test case accidentally :(
This commit is contained in:
parent
7972f3a7ee
commit
3eb43d1cb4
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user