diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2020-01-29 10:45:18 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2020-01-29 10:45:18 -0800 |
commit | e745a42ba2ffba89055f3ab299936890c8c681b5 (patch) | |
tree | 8d5af773c992cfb7da2ba07d4ebdd05d444b836d /.buildkite | |
parent | 3e723e85c2a82ce79e6be8872f16bf0558a94308 (diff) | |
download | chef-e745a42ba2ffba89055f3ab299936890c8c681b5.tar.gz |
fix copypasta
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to '.buildkite')
-rw-r--r-- | .buildkite/hooks/pre-command | 2 |
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}))." |