Skip to content

Commit eb8e7cc

Browse files
committed
fix: update test conditional
1 parent 9b7e313 commit eb8e7cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
docker run -d --name=${{ env.DEMYX_REPOSITORY }} --entrypoint=top demyx/${{ env.DEMYX_REPOSITORY }}
3232
3333
DEMYX_TEST="$(docker exec ${{ env.DEMYX_REPOSITORY }} haproxy -v 2>&1)"
34-
if [[ "$DEMYX_TEST" == *"HA-Proxy version"* ]]; then
34+
if [[ "$DEMYX_TEST" == *"HAProxy version"* ]]; then
3535
echo "$DEMYX_TEST"
3636
else
3737
exit 1

0 commit comments

Comments
 (0)