diff --git a/jc/parsers/mount.py b/jc/parsers/mount.py index 18fe773a..dfb8a7d0 100644 --- a/jc/parsers/mount.py +++ b/jc/parsers/mount.py @@ -165,7 +165,7 @@ def parse(data, raw=False, quiet=False): if cleandata: # check for OSX output - if ' type ' in cleandata[0]: + if ' type ' not in cleandata[0]: raw_output = osx_parse(cleandata) else: