diff options
Diffstat (limited to '.buildkite/hooks/pre-command')
-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}))." |