summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2020-01-29 10:45:18 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2020-01-29 10:45:18 -0800
commite745a42ba2ffba89055f3ab299936890c8c681b5 (patch)
tree8d5af773c992cfb7da2ba07d4ebdd05d444b836d
parent3e723e85c2a82ce79e6be8872f16bf0558a94308 (diff)
downloadchef-e745a42ba2ffba89055f3ab299936890c8c681b5.tar.gz
fix copypasta
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--.buildkite/hooks/pre-command2
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildkite/hooks/pre-command b/.buildkite/hooks/pre-command
index 386c5bb655..48a28a553c 100644
--- a/.buildkite/hooks/pre-command
+++ b/.buildkite/hooks/pre-command
@@ -23,7 +23,7 @@ if [[ "$BUILDKITE_BRANCH" != "master" ]]; then
git config user.name "Your Name"
master=$(git show-ref -s --abbrev origin/master)
pr_head=$(git show-ref -s --abbrev HEAD)
- github="https://github.com/chef/automate/commit/"
+ github="https://github.com/chef/chef/commit/"
if git rebase origin/master >/dev/null; then
buildkite-agent annotate --style success --context "rebase-pr-branch-${master}" \
"Rebased onto master ([${master}](${github}${master}))."