From 749d3d54a36d8626a39a855951d145365ad81ebe Mon Sep 17 00:00:00 2001 From: Casandra Qiu Date: Thu, 13 Jul 2017 14:19:15 -0400 Subject: [PATCH] syntax error --- xCAT-server/share/xcat/scripts/configMellanox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/scripts/configMellanox b/xCAT-server/share/xcat/scripts/configMellanox index 2b7b0f224..b92dd57d0 100755 --- a/xCAT-server/share/xcat/scripts/configMellanox +++ b/xCAT-server/share/xcat/scripts/configMellanox @@ -380,7 +380,7 @@ sub config_vlan { { if (!$access_vlan) { print "NOTE: Hybrid mode will change access VLAN back to 1\n"; - print "If other than 1, run the command again with access VLAN number: \n" + print "If other than 1, run the command again with access VLAN number: \n"; print " configMellanox --switches switchnames --port port --accessvlan vlan1 --allowvlan vlan2 --mode mode\n"; $access_vlan = 1; }