aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap/lib/sdc
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/vagrant-onap/lib/sdc')
-rw-r--r--bootstrap/vagrant-onap/lib/sdc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/vagrant-onap/lib/sdc b/bootstrap/vagrant-onap/lib/sdc
index 1c872fa48..275f64485 100644
--- a/bootstrap/vagrant-onap/lib/sdc
+++ b/bootstrap/vagrant-onap/lib/sdc
@@ -56,7 +56,7 @@ function clone_all_sdc_repos {
# compile_all_sdc_repos() - Function that compiles SDC source repo.
function compile_all_sdc_repos {
- clone_repo sdc $sdc_src_folder
+ compile_src sdc $sdc_src_folder
for dirc in ${sdc_repos[@]}; do
compile_src $sdc_src_folder/$dirc