From d4ce1ba422539a8a6a029eca4413700535327785 Mon Sep 17 00:00:00 2001 From: Katy Bowman Date: Thu, 21 Nov 2024 12:29:46 -0500 Subject: [PATCH] fix(git:remote): update example text to reflect staging app (#3095) --- packages/cli/src/commands/git/remote.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/commands/git/remote.ts b/packages/cli/src/commands/git/remote.ts index 10bfe66c0f..7e1fd1f36c 100644 --- a/packages/cli/src/commands/git/remote.ts +++ b/packages/cli/src/commands/git/remote.ts @@ -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'}),