summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archey2
1 files changed, 1 insertions, 1 deletions
diff --git a/archey b/archey
index 66c94ba..386452f 100644
--- a/archey
+++ b/archey
@@ -234,7 +234,7 @@ def packages_display():
# File System Function.
def fs_display():
- supported = ('ext2', 'ext3', 'ext4', 'reiserfs', 'jfs', 'ntfs', 'fat32', 'btrfs'. 'fuseblk')
+ supported = ('ext2', 'ext3', 'ext4', 'reiserfs', 'jfs', 'ntfs', 'fat32', 'btrfs', 'fuseblk')
p1 = Popen(['df', '-TPh'], stdout=PIPE).communicate()[0]
filesystems = p1.rstrip().split('\n')
del filesystems[0]