You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .tile/scripts/master.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ if [ -z "${GIT_REPO}" ]; then
33
33
fi
34
34
35
35
if [ -z"${OFFERING}" ];then
36
-
OFFERING="offering-cloudnative-toolkit.json"
36
+
OFFERING="offering-cloudnative-toolkit"
37
37
fi
38
38
39
39
# input validation, Version is provided when the packaged release of this repository is created
@@ -88,7 +88,7 @@ if [ -z "${CATALOG_ID}" ]; then
88
88
fi
89
89
90
90
# Define the Offering and relationship to the Catalog
91
-
curl -sL "https://github.com/${GIT_REPO}/releases/download/${VERSION}/${OFFERING}"| sed "s/#CATALOG_ID/${CATALOG_ID}/g"| sed "s/#VERSION/${VERSION}/g"> offering.json
91
+
curl -sL "https://github.com/${GIT_REPO}/releases/download/${VERSION}/${OFFERING}.json"| sed "s/#CATALOG_ID/${CATALOG_ID}/g"| sed "s/#VERSION/${VERSION}/g"> offering.json
0 commit comments