summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2016-02-14 02:50:22 +0200
committerThomas Backlund <tmb@mageia.org>2016-09-25 11:53:27 +0300
commit4dab94f07ad09540cf41c9f7d511091709cf1a7f (patch)
treeff688e1bb59911fcbd4a3d2800dae1e4e0e9cd55
parent2e56d3c5dd9c062b5a91973d569220c01c74e9b4 (diff)
downloaddrakx-4dab94f07ad09540cf41c9f7d511091709cf1a7f.tar
drakx-4dab94f07ad09540cf41c9f7d511091709cf1a7f.tar.gz
drakx-4dab94f07ad09540cf41c9f7d511091709cf1a7f.tar.bz2
drakx-4dab94f07ad09540cf41c9f7d511091709cf1a7f.tar.xz
drakx-4dab94f07ad09540cf41c9f7d511091709cf1a7f.zip
fix typo
(cherry picked from commit 89593f9438ccf493ba12b9e99c5bcfad1b9193dd)
-rw-r--r--perl-install/detect_devices.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm
index be81814ef..45ccdd248 100644
--- a/perl-install/detect_devices.pm
+++ b/perl-install/detect_devices.pm
@@ -74,7 +74,7 @@ sub get() {
#- 2. The first SCSI device if SCSI exists. Or
#- 3. The first RAID device if RAID exists.
- getIDE(), getSCSI(), getMmcBlk(), getNVMe() getXenBlk(), getVirtIO(), getDAC960(), getCompaqSmartArray();
+ getIDE(), getSCSI(), getMmcBlk(), getNVMe(), getXenBlk(), getVirtIO(), getDAC960(), getCompaqSmartArray();
}
sub hds() { grep { may_be_a_hd($_) } get() }
sub tapes() { grep { $_->{media_type} eq 'tape' } get() }