diff options
Diffstat (limited to 'tests/fixtures/Makefile')
-rw-r--r-- | tests/fixtures/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fixtures/Makefile b/tests/fixtures/Makefile index be5c111..fa09b54 100644 --- a/tests/fixtures/Makefile +++ b/tests/fixtures/Makefile @@ -1,6 +1,6 @@ SHELL := /bin/bash -.PHONY: verify-entity-download -verify-entity-download: verify-entity-download.sh - bash verify-entity-download.sh +.PHONY: fetch +fetch: fetch.sh + bash fetch.sh |