Skip to content

Commit 94ca95e

Browse files
authored
fix: Update Makefile
1 parent 8b9bfa4 commit 94ca95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ generate-test-map-test-results:
5656
poetry run python uk_bin_collection/tests/generate_map_test_results.py build/integration-test-results/junit.xml > build/integration-test-results/test_results.json
5757

5858
parity-check:
59-
poetry run python uk_bin_collection/tests/council_feature_input_parity.py $(repo) $(branch)
59+
poetry run python uk_bin_collection/tests/council_feature_input_parity.py "$(repo)" "$(branch)"
6060

6161
unit-tests:
6262
poetry run coverage erase

0 commit comments

Comments
 (0)