From 58402537351ed30afc0d2ee99dc52687301ff9dc Mon Sep 17 00:00:00 2001 From: "Gary W. Smith" Date: Mon, 22 Dec 2014 09:13:23 -0800 Subject: [PATCH] Add missing space before ] in lib/trove Change-Id: Ic852f642f03124c4a878c92ea8b6b11519c51e59 Fixes-Bug: 1404939 --- lib/trove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/trove b/lib/trove index 8b7b0ef640..d889b056e8 100644 --- a/lib/trove +++ b/lib/trove @@ -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