Skip to content

Commit 5704ad4

Browse files
committed
Fix snapshot
1 parent 8453508 commit 5704ad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/yargs.private.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe('yargs', () => {
5454
"You must specify a target branch
5555
5656
You can specify it via either:
57-
- Config file (recommended): \\".backportrc.json\\". Read more: https://github.com/sqren/backport/blob/434a28b431bb58c9a014d4489a95f561e6bb2769/docs/configuration.md#project-config-backportrcjson
57+
- Config file (recommended): \\".backportrc.json\\". Read more: https://github.com/sqren/backport/blob/e119d71d6dc03cd061f6ad9b9a8b1cd995f98961/docs/configuration.md#project-config-backportrcjson
5858
- CLI: \\"--branch 6.1\\"
5959
"
6060
`);
@@ -68,7 +68,7 @@ describe('yargs', () => {
6868
"You must specify a valid Github repository
6969
7070
You can specify it via either:
71-
- Config file (recommended): \\".backportrc.json\\". Read more: https://github.com/sqren/backport/blob/434a28b431bb58c9a014d4489a95f561e6bb2769/docs/configuration.md#project-config-backportrcjson
71+
- Config file (recommended): \\".backportrc.json\\". Read more: https://github.com/sqren/backport/blob/e119d71d6dc03cd061f6ad9b9a8b1cd995f98961/docs/configuration.md#project-config-backportrcjson
7272
- CLI: \\"--upstream elastic/kibana\\"
7373
"
7474
`);

0 commit comments

Comments
 (0)