Skip to content

Commit

Permalink
Update packages/cli/src/commands/buildpacks/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sandy Lai <[email protected]>
  • Loading branch information
justinwilaby and SandyPantsLai authored Feb 19, 2025
1 parent c0e0cbf commit 5cdc3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/buildpacks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default class Index extends Command {
if (isFirApp) {
header += ` Cloud Native ${pluralizedBuildpacks} (from the latest release OCI image)`
} else {
header += ` Classic ${pluralizedBuildpacks} (from buildpack registry)`
header += ` Classic ${pluralizedBuildpacks} (from the Heroku Buildpack Registry)`
}

ux.styledHeader(header)
Expand Down

0 comments on commit 5cdc3a6

Please sign in to comment.