From: David Galloway Date: Thu, 28 Sep 2017 18:23:56 +0000 (-0400) Subject: scripts: Fix typo X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F876%2Fhead;p=ceph-build.git scripts: Fix typo Signed-off-by: David Galloway --- diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index bf88c335b..42984815b 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -442,7 +442,7 @@ restart_libvirt_services() { # Function to update vagrant boxes on static libvirt slaves used for ceph-ansible and ceph-docker testing update_vagrant_boxes() { - outdated_boxes=`vagrant box outdated --global | grep 'is outdated' | awk '{ print $2 }' | | tr -d "'"` + outdated_boxes=`vagrant box outdated --global | grep 'is outdated' | awk '{ print $2 }' | tr -d "'"` if [ -n "$outdated_boxes" ]; then for box in $outdated_boxes; do vagrant box update --box $box