diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-08-23 19:33:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-23 19:33:46 +0000 |
commit | a6d347c6ba0d7784d50690db249870cbd79d9c0c (patch) | |
tree | b105dcf91074bcb9250a07080d0192d2aa09ad9f | |
parent | 23f8914490b2eed35f784da6b97b23ab8e4dec5b (diff) | |
parent | 10d21dbb1afb23b8ebdec847676314f6bf47f937 (diff) |
Merge "Fix function documentation typo"
-rwxr-xr-x | bootstrap/vagrant-onap/lib/dcae | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/vagrant-onap/lib/dcae b/bootstrap/vagrant-onap/lib/dcae index 69e3b1c2c..dce55aec4 100755 --- a/bootstrap/vagrant-onap/lib/dcae +++ b/bootstrap/vagrant-onap/lib/dcae @@ -72,7 +72,7 @@ function compile_all_dcae_repos { done } -# _build_dcae_images() Function taht builds DCAE docker images from source code. +# _build_dcae_images() Function that builds DCAE docker images from source code. function _build_dcae_images { if [[ "$compile_repo" != "True" ]]; then compile_src $dcae_src_folder/dmaapbc |