Skip to content

Commit 4a8df25

Browse files
committed
Fix make pull
1 parent 65a0f09 commit 4a8df25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ test:
2121
.ci/start-ci.sh $(image) $(ARG)
2222

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

0 commit comments

Comments
 (0)