From ea6faedd90a7743829fc2f44b44c8427b040e9d6 Mon Sep 17 00:00:00 2001
From: Yao Lu <lu.yao135@zte.com.cn>
Date: Tue, 15 Nov 2016 15:57:43 +0800
Subject: add map with local and docker path /home/cache

Change-Id: I7f3ad5c7c7f70a14b7efd6e27c9958b1e396eef0
Signed-off-by: Yao Lu <lu.yao135@zte.com.cn>
---
 code/makefile_patch.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'code')

diff --git a/code/makefile_patch.sh b/code/makefile_patch.sh
index 052b222a..f4ee9184 100755
--- a/code/makefile_patch.sh
+++ b/code/makefile_patch.sh
@@ -18,7 +18,7 @@ if [ ! -f $CACHE_PATH/registry-mitaka-latest.tgz ]; then
     wget -P $CACHE_PATH "http://daisycloud.org/static/files/registry-mitaka-latest.tgz"
 fi
 if [ ! -f $CACHE_PATH/registry-server.tar ]; then
-    wget -P $CACHE_PATH "wget http://daisycloud.org/static/files/registry-server.tar"
+    wget -P $CACHE_PATH "http://daisycloud.org/static/files/registry-server.tar"
 fi
 cp $CACHE_PATH/CentOS-7-x86_64-Minimal-1511.iso $TOOLS_PATH/setup/bin_temp/
 cp $CACHE_PATH/registry-mitaka-latest.tgz $TOOLS_PATH/setup/bin_temp/
-- 
cgit