Skip to content

Commit

Permalink
Remove unneeded ./ in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstace committed Jun 2, 2023
1 parent 72c7a4d commit b33f328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ DC_GEOS_RUN = \
env GEOS_VERSION=$$version \
docker-compose \
--project-name sf-geos-$$(echo $$version | sed 's/\./-/g') \
--file ./.ci/docker-compose-geos.yml \
--file .ci/docker-compose-geos.yml \
up \
--abort-on-container-exit

Expand Down

0 comments on commit b33f328

Please sign in to comment.