From 369aff6549b3e24392480477dcef1e49fcf6dced Mon Sep 17 00:00:00 2001 From: cxhong Date: Wed, 6 May 2020 17:26:27 -0400 Subject: [PATCH] fix syntax errors --- perl-xCAT/xCAT/data/switchinfo.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/data/switchinfo.pm b/perl-xCAT/xCAT/data/switchinfo.pm index 7ef864390..429285cbd 100644 --- a/perl-xCAT/xCAT/data/switchinfo.pm +++ b/perl-xCAT/xCAT/data/switchinfo.pm @@ -46,8 +46,8 @@ our %global_switch_type = ( Edgecore => "onie", sLEN => "irpdu", sIBM => "irpdu", - coral => "crpdu" - Dell => "Dell" + coral => "crpdu", + Dell => "Dell", dell => "Dell" );