Skip to content

Commit

Permalink
Fix typo in comment (#1530)
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Pollich <kpollich1@gmail.com>
  • Loading branch information
jsoriano and kpollich authored Nov 1, 2023
1 parent a2f1dc0 commit a7e19f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/test-with-integrations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ add_pr_comment() {

retry 3 \
gh pr comment ${source_pr_number} \
--body "Created or updated PR in integrations repostiory to test this vesrion. Check ${integrations_pr_link}" \
--body "Created or updated PR in integrations repository to test this version. Check ${integrations_pr_link}" \
--repo ${GITHUB_PR_BASE_OWNER}/${GITHUB_PR_BASE_REPO}
}

Expand Down

0 comments on commit a7e19f9

Please sign in to comment.