aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-vpp-verify-semiweekly.sh
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2019-07-23 12:06:39 +0200
committerPeter Mikus <pmikus@cisco.com>2019-07-23 10:07:38 +0000
commit83aaeda489a47d4cf03ee84e2894e52aa9c9fcc8 (patch)
tree0fcb61a1676ac246a9109b860ad5ffc1af912071 /bootstrap-vpp-verify-semiweekly.sh
parentc788beaecccfa253fafd4708af45c28594704aab (diff)
Fix typo openssh-client -> openssh-clients
Change-Id: I3834f2cf2341be15351435eed277810a5a2218c9 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'bootstrap-vpp-verify-semiweekly.sh')
-rw-r--r--bootstrap-vpp-verify-semiweekly.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-vpp-verify-semiweekly.sh b/bootstrap-vpp-verify-semiweekly.sh
index 0902305b0c..af56e9f426 100644
--- a/bootstrap-vpp-verify-semiweekly.sh
+++ b/bootstrap-vpp-verify-semiweekly.sh
@@ -45,7 +45,7 @@ OS_VERSION_ID=$(grep '^VERSION_ID=' /etc/os-release | cut -f2- -d= | sed -e 's/\
if [ "$OS_ID" == "centos" ]; then
DISTRO="CENTOS"
PACKAGE="rpm"
- sudo yum install -y python-devel python-virtualenv openssh-client sshpass
+ sudo yum install -y python-devel python-virtualenv openssh-clients sshpass
elif [ "$OS_ID" == "ubuntu" ]; then
DISTRO="UBUNTU"
PACKAGE="deb"