Skip to content

Commit d4ce1ba

Browse files
authored
fix(git:remote): update example text to reflect staging app (#3095)
1 parent cf9b89d commit d4ce1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/commands/git/remote.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extra arguments will be passed to git remote add
1313
$ heroku git:remote -a example
1414
1515
# set git remote heroku-staging to https://git.heroku.com/example.git
16-
$ heroku git:remote --remote heroku-staging -a example`
16+
$ heroku git:remote --remote heroku-staging -a example-staging`
1717

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

0 commit comments

Comments
 (0)