Browse code

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

Jenkins authored on 2014/12/30 02:13:45
Showing 1 changed files
... ...
@@ -207,7 +207,7 @@ function init_trove {
207 207
     $TROVE_BIN_DIR/trove-manage db_sync
208 208
 
209 209
     # If no guest image is specified, skip remaining setup
210
-    [ -z "$TROVE_GUEST_IMAGE_URL"] && return 0
210
+    [ -z "$TROVE_GUEST_IMAGE_URL" ] && return 0
211 211
 
212 212
     # Find the glance id for the trove guest image
213 213
     # The image is uploaded by stack.sh -- see $IMAGE_URLS handling