Skip to content

Commit 9f0ab71

Browse files
committed
add missing -b option
1 parent 9fc80c4 commit 9f0ab71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_helm_release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ main() {
5151
git stash
5252
remote=$(git remote -v | grep "${ORG}/${PROJECT}" | awk '{print $1;exit}')
5353
git fetch "${remote}"
54-
git checkout "$version"
54+
git checkout -b "$version"
5555
cd -
5656
else
5757
git clone --depth 1 --branch "$version" "https://github.com/cilium/${PROJECT}.git"

0 commit comments

Comments
 (0)