Skip to content

Commit

Permalink
Merge pull request kubevirt#3852 from rmohr/fix-pr-crator-path
Browse files Browse the repository at this point in the history
Look up the pr-creator binary the right way
  • Loading branch information
kubevirt-bot authored Jul 21, 2020
2 parents ff7f3e7 + 0c16271 commit 8f00596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/autobump-generic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ git commit -m "${title}"
git push -f "https://${user}@github.com/kubevirt/kubevirt.git" HEAD:autoupdate-$@

echo "Creating PR to merge ${user}:autoupdate into master..." >&2
/pr-creator -- \
pr-creator -- \
--github-token-path="${token}" \
--org=kubevirt --repo=kubevirt --branch=master \
--title="${title}" --match-title="${title}" \
Expand Down
2 changes: 1 addition & 1 deletion hack/autobump-kubevirtci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ git commit -m "${title}"
git push -f "https://${user}@github.com/kubevirt/kubevirt.git" HEAD:kubevirtci

echo "Creating PR to merge ${user}:kubevirtci into master..." >&2
/pr-creator -- \
pr-creator -- \
--github-token-path="${token}" \
--org=kubevirt --repo=kubevirt --branch=master \
--title="${title}" --match-title="Run hack/bump-kubevirtci.sh" \
Expand Down

0 comments on commit 8f00596

Please sign in to comment.