File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -188,15 +188,15 @@ functions:
188188 include_expansions_in_env :
189189 - unstable
190190 script : |
191- # Get unstable to determine product_name
191+ # Get unstable to determine product name
192192 if [[ "${unstable:-}" == "-unstable" ]]; then
193- product_name ="atlascli-snapshot"
193+ product ="atlascli-snapshot"
194194 else
195- product_name ="atlascli"
195+ product ="atlascli"
196196 fi
197197
198198 cat <<EOT > expansions.yaml
199- product_name : "$product_name "
199+ product : "$product "
200200 EOT
201201 - command : expansions.update
202202 params :
@@ -206,7 +206,7 @@ functions:
206206 params :
207207 key_id : ${papertrail_key_id}
208208 secret_key : ${papertrail_secret_key}
209- product : ${product_name }
209+ product : ${product }
210210 version : ${version}
211211 filenames :
212212 - " src/github.com/mongodb/mongodb-atlas-cli/dist/*.tar.gz"
You can’t perform that action at this time.
0 commit comments