aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/vLBMS/scripts/v_packetgen_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/vLBMS/scripts/v_packetgen_install.sh')
-rw-r--r--vnfs/vLBMS/scripts/v_packetgen_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfs/vLBMS/scripts/v_packetgen_install.sh b/vnfs/vLBMS/scripts/v_packetgen_install.sh
index c01adab0..fe035cef 100644
--- a/vnfs/vLBMS/scripts/v_packetgen_install.sh
+++ b/vnfs/vLBMS/scripts/v_packetgen_install.sh
@@ -71,7 +71,7 @@ mv vlb_dns_streams-$DEMO_ARTIFACTS_VERSION dns_streams
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