We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9b89d commit d4ce1baCopy full SHA for d4ce1ba
packages/cli/src/commands/git/remote.ts
@@ -13,7 +13,7 @@ extra arguments will be passed to git remote add
13
$ heroku git:remote -a example
14
15
# set git remote heroku-staging to https://git.heroku.com/example.git
16
- $ heroku git:remote --remote heroku-staging -a example`
+ $ heroku git:remote --remote heroku-staging -a example-staging`
17
18
static flags = {
19
app: flags.string({char: 'a', description: 'the Heroku app to use'}),
0 commit comments