summaryrefslogtreecommitdiffstats
path: root/perl-install/lvm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/lvm.pm')
-rw-r--r--perl-install/lvm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/lvm.pm b/perl-install/lvm.pm
index f223e3cfd..4d3950ec6 100644
--- a/perl-install/lvm.pm
+++ b/perl-install/lvm.pm
@@ -99,7 +99,7 @@ sub get_lvs {
{ device => $device,
fs_type => $fs_type || 'ext2',
- size => get_lv_size($device) }
+ size => get_lv_size($device) };
} @l
];
}