Skip to content

Commit c41ff7e

Browse files
Update .github/scripts/verifyRedirect.sh
Co-authored-by: Carlos Martins <[email protected]>
1 parent aec03c3 commit c41ff7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/verifyRedirect.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ while read -r line; do
3232
SOURCE_URL=${LINE_PARTS[0]}
3333
DEST_URL=${LINE_PARTS[1]}
3434

35-
# Make sure the format of the line is as execpted.
35+
# Make sure the format of the line is as expected.
3636
if [[ "${#LINE_PARTS[@]}" -gt 2 ]]; then
3737
error "Found a line with more than one comma: $line"
3838
exit 1

0 commit comments

Comments
 (0)