-Fix typo in contributed patch

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2436 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-10-31 13:51:05 +00:00
parent b372e5a948
commit aa0d201bd0

View File

@ -106,7 +106,7 @@ sub build_diskstruct {
my @locations=split /\|/,$disklocs;
foreach (@locations) {
my $disk = $_;
my $disktype = substr($disk, 0, 3):
my $disktype = substr($disk, 0, 3);
$currdev='hd'.$suffixes[$suffidx++];
if ($disktype eq "phy") {
my $diskdev = substr($disk, 4);