From 83aaeda489a47d4cf03ee84e2894e52aa9c9fcc8 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Tue, 23 Jul 2019 12:06:39 +0200 Subject: Fix typo openssh-client -> openssh-clients Change-Id: I3834f2cf2341be15351435eed277810a5a2218c9 Signed-off-by: Vratko Polak --- bootstrap-hc2vpp-verify-odl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap-hc2vpp-verify-odl.sh') diff --git a/bootstrap-hc2vpp-verify-odl.sh b/bootstrap-hc2vpp-verify-odl.sh index 2c55434a05..25f4741a44 100755 --- a/bootstrap-hc2vpp-verify-odl.sh +++ b/bootstrap-hc2vpp-verify-odl.sh @@ -39,7 +39,7 @@ ODL=$2 if [ -f "/etc/redhat-release" ]; then DISTRO="CENTOS" - sudo yum install -y python-devel python-virtualenv openssh-client sshpass + sudo yum install -y python-devel python-virtualenv openssh-clients sshpass VIRL_TOPOLOGY=$(cat ${SCRIPT_DIR}/VIRL_TOPOLOGY_CENTOS) VIRL_RELEASE=$(cat ${SCRIPT_DIR}/VIRL_RELEASE_CENTOS) else -- cgit 1.2.3-korg