Update docker file 75/86275/1
authoryangyan <yangyanyj@chinamobile.com>
Thu, 25 Apr 2019 12:12:45 +0000 (20:12 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Thu, 25 Apr 2019 12:12:51 +0000 (20:12 +0800)
Issue-ID: MODELING-156
Change-Id: I2c3e6665fd76061e4be7bd05b004a62103354da4
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
docker/docker-env-conf.sh

index 2629c8c..c919dda 100755 (executable)
@@ -9,7 +9,7 @@ install_sf(){
 
     # get binary zip from nexus - vfc-nfvo-genericparser
 
-    wget -q -O modeling-genericparser.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.modeling.genericparser&a=modeling-genericparserr&v=LATEST&e=zip' && \
+    wget -q -O modeling-genericparser.zip 'https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.modeling.genericparser&a=modeling-genericparser&v=LATEST&e=zip' && \
     unzip modeling-genericparser.zip && \
     rm -rf modeling-genericparser.zip && \
     pip install --upgrade setuptools pip  && \