Skip to content

Commit

Permalink
Update docs/managing-kubespray-fork.md
Browse files Browse the repository at this point in the history
Co-authored-by: Olle Larsson <[email protected]>
  • Loading branch information
Eliastisys and OlleLarsson authored Nov 1, 2024
1 parent 8d5a819 commit e8671ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/managing-kubespray-fork.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ git push -u origin "release-<X.Y.Z>-ck8s"
Backport the fixes to the release branch.

```sh
git cherry-pick COMMIT-SHA [COMMIT-SHA ...]
git cherry-pick <COMMIT-SHA> <[COMMIT-SHA ...]>
git push
```

Expand Down

0 comments on commit e8671ce

Please sign in to comment.