diff options
author | Tomáš Levora <t.levora@partner.samsung.com> | 2019-02-27 16:29:26 +0100 |
---|---|---|
committer | Tomáš Levora <t.levora@partner.samsung.com> | 2019-02-28 09:44:28 +0100 |
commit | 086d1219e19d823be65e1b7c73db06f454996969 (patch) | |
tree | bc5c33d324082e3eaa685250cc11c014b5156392 /build/creating_data/download-git-repos.sh | |
parent | 3313c854585836ec97b72e2ff82d9ed4bf4ed710 (diff) |
Fixed path to list for git repos download
Added missing part of file name for correct dowload of git repositories
Issue-ID: OOM-1684
Change-Id: Ic8235a04ea12e13ca7e4165734bd15a81f7c8578
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
Diffstat (limited to 'build/creating_data/download-git-repos.sh')
-rwxr-xr-x | build/creating_data/download-git-repos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/creating_data/download-git-repos.sh b/build/creating_data/download-git-repos.sh index bb4a79f1..0219eb6f 100755 --- a/build/creating_data/download-git-repos.sh +++ b/build/creating_data/download-git-repos.sh @@ -24,7 +24,7 @@ usage () { echo "Usage:" echo -e "./$(basename $0) <repository list> [destination directory]\n" echo "Examples:" - echo " ./$(basename $0) onap_3.0.0 ./git-repo" + echo " ./$(basename $0) onap_3.0.0-git_repos.list ./git-repo" } LIST="${1}" |