Skip to content

Commit

Permalink
Switch from 3.add-ons-sso to 3.sdk (#3180)
Browse files Browse the repository at this point in the history
  • Loading branch information
eablack authored Jan 21, 2025
1 parent f8ef1ca commit d6a9cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/addons/open.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default class Open extends Command {
const sso: HTTP<AddonSso> = await this.heroku.request(`/apps/${app}/addons/${args.addon}/sso`, {
method: 'GET',
headers: {
Accept: 'application/vnd.heroku+json; version=3.add-ons-sso',
Accept: 'application/vnd.heroku+json; version=3.sdk',
},
})
const {method, action} = sso.body
Expand Down

0 comments on commit d6a9cd7

Please sign in to comment.