diff --git a/cookbooks/fb_fstab/libraries/default.rb b/cookbooks/fb_fstab/libraries/default.rb index d7e9e53f..9a942f6a 100644 --- a/cookbooks/fb_fstab/libraries/default.rb +++ b/cookbooks/fb_fstab/libraries/default.rb @@ -304,7 +304,7 @@ def self.get_unmasked_base_mounts(format, node, hash_by = 'device') raise e end # We want to skip btrfs subvolumes as - # it's valid to specifiy the same device multiple times + # it's valid to specify the same device multiple times [data['device'], cdev].include?(fs_spec) && !self.btrfs_subvol?(data['type'], data['opts']) end