heroku-cli-addons
Advanced tools
Comparing version 1.2.24 to 1.2.25
@@ -33,3 +33,3 @@ 'use strict' | ||
if (context.flags.credential && context.flags.credential !== 'default') { | ||
let credentialConfig = yield heroku.get(`/addons/${addon.name}/config/credential:${context.flags.credential}`) | ||
let credentialConfig = yield heroku.get(`/addons/${addon.name}/config/credential:${encodeURIComponent(context.flags.credential)}`) | ||
if (credentialConfig.length === 0) { | ||
@@ -36,0 +36,0 @@ throw new Error(`Could not find credential ${context.flags.credential} for database ${addon.name}`) |
{ | ||
"name": "heroku-cli-addons", | ||
"description": "`heroku addons:*` commands", | ||
"version": "1.2.24", | ||
"version": "1.2.25", | ||
"author": "Bo Jeanes @bjeanes", | ||
@@ -6,0 +6,0 @@ "bugs": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
154356