Skip to content

Commit

Permalink
Merge pull request #18 from devilbox/release-0.23
Browse files Browse the repository at this point in the history
Fix make pull
  • Loading branch information
cytopia committed Dec 18, 2018
2 parents 9e3c097 + 7b58373 commit 724d19a
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 @@ -21,4 +21,4 @@ test:
.ci/start-ci.sh $(image) $(ARG)

pull:
docker pull $(shell grep FROM Dockerfile | sed 's/^FROM//g'; done)
docker pull $(shell grep 'FROM' Dockerfile | sed 's/^FROM//g'; )

0 comments on commit 724d19a

Please sign in to comment.