Skip to content

Commit 703fe70

Browse files
committed
Fixed typo in Makefile
1 parent 35d6eb7 commit 703fe70

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
@@ -18,7 +18,7 @@ build-postgresql:
1818
done
1919
docker build php${LATEST_VERSION}/postgresql --build-arg PRESTISSIMO_VERSION=$$PRESTISSIMO_VERSION --build-arg BUILD_DATE=$$BUILD_DATE -t $(REPOSITORY):latest-postgresql
2020

21-
.PHONY: push-myswl
21+
.PHONY: push-mysql
2222
push-mysql:
2323
for VERSION in $(VERSIONS); do \
2424
docker push $(REPOSITORY):php$$VERSION-mysql; \

0 commit comments

Comments
 (0)