Skip to content

Commit

Permalink
.github: master branch was renamed to main
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Mikityanskiy <[email protected]>
  • Loading branch information
gentoo-root authored and joestringer committed Nov 6, 2024
1 parent f37a650 commit 76329f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/release_template_patch.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ assignees: ''
- [ ] Run `git clone https://github.com/cilium/release.git "$GOPATH/src/github.com/cilium/release"`
- [ ] If you already have the repo checked out, make sure the `release` binary is up to date:

git checkout master && git pull && make
git checkout main && git pull && make
- [ ] Read the documentation of `release start --help` tool to understand what
each automated step does.

Expand Down

0 comments on commit 76329f9

Please sign in to comment.