summaryrefslogtreecommitdiffstats
path: root/perl-install/fs
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/fs')
-rw-r--r--perl-install/fs/type.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm
index 90d2f3ad0..80116b51c 100644
--- a/perl-install/fs/type.pm
+++ b/perl-install/fs/type.pm
@@ -238,7 +238,7 @@ sub set_type_subpart {
} elsif (exists $subpart->{pt_type}) {
set_pt_type($part, $subpart->{pt_type});
} elsif (exists $subpart->{fs_type}) {
- set_pt_type($part, $subpart->{fs_type});
+ set_fs_type($part, $subpart->{fs_type});
} else {
log::l("ERROR: (set_type_subpart) subpart has no type");
}