Skip to content

Commit 5840253

Browse files
author
Gary W. Smith
committed
Add missing space before ] in lib/trove
Change-Id: Ic852f642f03124c4a878c92ea8b6b11519c51e59 Fixes-Bug: 1404939
1 parent e92eee3 commit 5840253

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/trove

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ function init_trove {
207207
$TROVE_BIN_DIR/trove-manage db_sync
208208

209209
# 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
211211

212212
# Find the glance id for the trove guest image
213213
# The image is uploaded by stack.sh -- see $IMAGE_URLS handling

0 commit comments

Comments
 (0)