From 90e6992a4c1ca2579c80ee6147a0f4d7deb117e8 Mon Sep 17 00:00:00 2001 From: lissav Date: Sat, 15 Oct 2011 10:10:04 +0000 Subject: [PATCH] fix comment git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10781 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/DSHCLI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/DSHCLI.pm b/perl-xCAT/xCAT/DSHCLI.pm index 278e2b5b0..306ab9940 100644 --- a/perl-xCAT/xCAT/DSHCLI.pm +++ b/perl-xCAT/xCAT/DSHCLI.pm @@ -3711,7 +3711,7 @@ sub parse_and_run_dsh # enable;configure terminal;show ssh server host-keys # We will build # ssh admin@mswitch cli - # ' "enable" "configure terminal" "show ssh server host-keys" ' + # "enable" "configure terminal" "show ssh server host-keys" my @melcmds; if ($switchtype =~ /Mellanox/i) { $::DSH_MELLANOX_SWITCH=1;