Merge "Add missing space before ] in lib/trove"

This commit is contained in:
Jenkins 2014-12-29 17:13:45 +00:00 committed by Gerrit Code Review
commit e9cac494d7

View File

@ -207,7 +207,7 @@ function init_trove {
$TROVE_BIN_DIR/trove-manage db_sync
# If no guest image is specified, skip remaining setup
[ -z "$TROVE_GUEST_IMAGE_URL"] && return 0
[ -z "$TROVE_GUEST_IMAGE_URL" ] && return 0
# Find the glance id for the trove guest image
# The image is uploaded by stack.sh -- see $IMAGE_URLS handling