summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPetr OspalĂ˝ <p.ospaly@partner.samsung.com>2019-03-04 13:04:58 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-04 13:04:58 +0000
commit88251b14d1d795df20bd95c180befb8e808d5da6 (patch)
treefdccff782e9a42163001e7ce2942bc51e2371a32 /build
parentddaecd29dd883a4b1facdb60e40a84750c916573 (diff)
parent9e98004ff314ad43fc50a598172f27091a86a1d3 (diff)
Merge "Rename casablanca patch file"
Diffstat (limited to 'build')
-rwxr-xr-xbuild/fetch_and_patch_charts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/fetch_and_patch_charts.sh b/build/fetch_and_patch_charts.sh
index cde42656..2c1312e0 100755
--- a/build/fetch_and_patch_charts.sh
+++ b/build/fetch_and_patch_charts.sh
@@ -37,7 +37,7 @@ C_='\033[0m' #Color off
usage () {
echo "Usage:"
echo -e "./$(basename $0) <helm charts repo> <commit/tag/branch> <patchfile> <target_dir>\n"
- echo "Example: ./$(basename $0) https://gerrit.onap.org/r/oom 3.0.0-ONAP /root/offline-installer/patches/casablanca_3.0.0.patch /root/offline-installer/ansible/application/helm_charts"
+ echo "Example: ./$(basename $0) https://gerrit.onap.org/r/oom 3.0.0-ONAP /root/offline-installer/patches/casablanca.patch /root/offline-installer/ansible/application/helm_charts"
}
if [ "$#" -ne 4 ]; then