We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec03c3 commit c41ff7eCopy full SHA for c41ff7e
.github/scripts/verifyRedirect.sh
@@ -32,7 +32,7 @@ while read -r line; do
32
SOURCE_URL=${LINE_PARTS[0]}
33
DEST_URL=${LINE_PARTS[1]}
34
35
- # Make sure the format of the line is as execpted.
+ # Make sure the format of the line is as expected.
36
if [[ "${#LINE_PARTS[@]}" -gt 2 ]]; then
37
error "Found a line with more than one comma: $line"
38
exit 1
0 commit comments