Skip to content

Commit

Permalink
fix(Makefile): Remove trailing dot
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed Dec 4, 2024
1 parent b4d93c0 commit d3d8591
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 @@ -33,7 +33,7 @@ build:

release: build
$(CONTAINER_ENGINE) tag ghcr.io/cdalvaro/docker-nerd-fonts-patcher:latest \
ghcr.io/cdalvaro/docker-nerd-fonts-patcher:$(shell cat VERSION) .
ghcr.io/cdalvaro/docker-nerd-fonts-patcher:$(shell cat VERSION)

patch:
$(CONTAINER_ENGINE) run -it --rm \
Expand Down

0 comments on commit d3d8591

Please sign in to comment.