Fix path to repository
[demo.git] / vnfs / vLBMS / scripts / v_lb_install.sh
index 66dbedd..18b00d1 100644 (file)
@@ -82,7 +82,7 @@ mv VESreporting_vLB /opt/VES/evel/evel-library/code/VESreporting
 mkdir honeycomb-api
 git init honeycomb-api
 cd honeycomb-api
-git remote add origin https://gerrit.onap.org/r/p/demo.git
+git remote add origin https://gerrit.onap.org/r/demo.git
 git config core.sparsecheckout true
 echo "vnfs/vLBMS/apis" >> .git/info/sparse-checkout
 git pull --depth=1 origin master