Skip to content

Commit 8fe639b

Browse files
committed
FIX: Bash
1 parent 22f6f7b commit 8fe639b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/github_actions_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ elif [[ "${CI_OS_NAME}" == "macos"* ]]; then
1313
fi
1414
elif [[ "${CI_OS_NAME}" == "windows"* ]]; then
1515
CONDITION="not (slowtest or pgtest)"
16-
else:
16+
else
1717
echo "✕ ERROR: Unrecognized CI_OS_NAME=${CI_OS_NAME}"
1818
exit 1
1919
fi

0 commit comments

Comments
 (0)