Skip to content

Commit 666eb6e

Browse files
authored
Merge pull request #2325 from ElijahQuinones/fixDep
Fix command in dep bump document
2 parents 99a8727 + dace21b commit 666eb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/updating-dependencies.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For a full list of commands see [Managing pull requests for dependency updates |
3535

3636
#### Dependabot PR failing CI due to breaking changes?
3737

38-
1. Take-over the PR with something like `gh repo checkout pr some_number` or `git pull upstream/dependabot/rest_of_path`
38+
1. Take-over the PR with something like `gh pr checkout {pr_number}` or `git pull upstream/dependabot/{rest_of_path}`
3939
2. Make the necessary repository changes.
4040
3. Commit and add the string `[dependabot-skip]` to the message so Dependabot can keep rebasing the PR. Push!
4141

0 commit comments

Comments
 (0)