Browse code

fix typo

Anthony Young authored on 2011/09/21 02:38:06
Showing 1 changed files
... ...
@@ -267,7 +267,7 @@ fi
267 267
 # ------
268 268
 
269 269
 if [[ "$ENABLED_SERVICES" =~ "g-reg" ]]; then
270
-    GLANCE_IMAGE_DIR= $DEST/glance/images
270
+    GLANCE_IMAGE_DIR=$DEST/glance/images
271 271
     # Delete existing images
272 272
     rm -rf $GLANCE_IMAGE_DIR
273 273