Skip to content

Commit e9c6272

Browse files
committed
add ;
1 parent ac7a472 commit e9c6272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/jobs/webstandard.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ if [ "$NUM_ERRORS" -ne 0 ]; then
9292
fi
9393
section_end
9494
95-
if [ "$TEST" != "none" ] then
95+
if [ "$TEST" != "none" ]; then
9696
if [ "$TEST" = "w3cval" ]; then
9797
section_start "Remove files from upstream with problems"
9898
rm -rf localhost/domjudge/doc

0 commit comments

Comments
 (0)