Skip to content

Commit

Permalink
fix pull
Browse files Browse the repository at this point in the history
  • Loading branch information
tashima42 committed Nov 29, 2023
1 parent 9a6aaba commit d4617fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/rancher/rancher.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ git fetch
echo "switch to branch ${BRANCH}"
git switch "${BRANCH}"
echo "pulling latests changes"
git pull
git pull origin "${BRANCH}"
./scripts/create-components-file.sh`
)

Expand Down

0 comments on commit d4617fc

Please sign in to comment.