]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
scripts: Fix typo 876/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 28 Sep 2017 18:23:56 +0000 (14:23 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 28 Sep 2017 18:23:56 +0000 (14:23 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
scripts/build_utils.sh

index bf88c335b404885788ec71073a8e111a103da3cd..42984815b145eab474077e05280841edf003b171 100644 (file)
@@ -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