Skip to content

Commit 5a0fb8a

Browse files
chalintiffany76
andauthored
Update scripts/auto-update/version-in-file.sh
Co-authored-by: Tiffany Hrabusa <[email protected]>
1 parent 35cf16c commit 5a0fb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/auto-update/version-in-file.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ branch="opentelemetrybot/auto-update-$repo-$latest_version"
8888

8989
echo "Looking for existing PRs with branch '$branch'."
9090
existing_pr_all=$(gh pr list --state all --head "$branch")
91-
# `gh pr list` a list of PRs, each line starting with a PR number if there's a
91+
# `gh pr list` is a list of PRs, each line starting with a PR number if there's a
9292
# match. Otherwise returns "no ... matches". Test for PR number:
9393
if [[ "$existing_pr_all" =~ ^[0-9] ]]; then
9494
echo "PR(s) already exist for '$message':"

0 commit comments

Comments
 (0)