Browse code

uec_url should be underscore

Jesse Andrews authored on 2011/11/06 09:37:33
Showing 1 changed files
... ...
@@ -39,7 +39,7 @@ mkdir -p $image_dir
39 39
 
40 40
 # Original version of built image
41 41
 uec_url=http://uec-images.ubuntu.com/$DIST_NAME/current/$DIST_NAME-server-cloudimg-amd64.tar.gz
42
-tarball=$image_dir/$(basename $UEC_URL)
42
+tarball=$image_dir/$(basename $uec_url)
43 43
 
44 44
 # download the base uec image if we haven't already
45 45
 if [ ! -f $tarball ]; then