fix: wrong argument in ghcid.mk

Just a small typo I found.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5602
GitOrigin-RevId: 9962f0d245b700f1a9c54604b36302545ccefaff
This commit is contained in:
Philip Lykke Carlsen 2022-08-24 09:01:13 +00:00 committed by hasura-bot
parent 38c94d8cda
commit e7522978c5

View File

@ -28,7 +28,7 @@ define run_ghcid_main_tests
--width=$(PANE_WIDTH) \
--height=$(PANE_HEIGHT); \
else \
HSPEC_MATCH="$(2)" ghcid -c "cabal repl $(1) $(GHCID_TESTS_FLAGS)" \
HSPEC_MATCH="$(3)" ghcid -c "cabal repl $(1) $(GHCID_TESTS_FLAGS)" \
--test "main" \
--setup ":set args $(2)"; \
fi