Skip to content

Commit

Permalink
fix(git:remote): update example text to reflect staging app (#3095)
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman authored Nov 21, 2024
1 parent cf9b89d commit d4ce1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/git/remote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extra arguments will be passed to git remote add
$ heroku git:remote -a example
# set git remote heroku-staging to https://git.heroku.com/example.git
$ heroku git:remote --remote heroku-staging -a example`
$ heroku git:remote --remote heroku-staging -a example-staging`

static flags = {
app: flags.string({char: 'a', description: 'the Heroku app to use'}),
Expand Down

0 comments on commit d4ce1ba

Please sign in to comment.