Skip to content

Commit 64b748d

Browse files
authored
fix(typo): fix a typo in codebuild.yml (#5445)
1 parent c13ea19 commit 64b748d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ jobs:
6464
echo "Review the latest version of the PR to ensure that the code is safe to execute."
6565
echo "Note the full SHA of the commit that you are reviewing."
6666
echo "Run: ./codebuild/bin/start_codebuild.sh <full sha>"
67-
ehco "Warning: use the full SHA, NOT the PR number. The PR could be updated after your review."
67+
echo "Warning: use the full SHA, NOT the PR number. The PR could be updated after your review."
6868
fi

0 commit comments

Comments
 (0)