Skip to content

Commit

Permalink
condition typo in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yvaucher committed Oct 26, 2021
1 parent e6168fd commit fde66b1
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 @@ -3,7 +3,7 @@ ifndef VERSION
$(error VERSION is not set)
endif

ifeq ($(TARGET), "GHCR" ]
ifeq ($(TARGET), "GHCR")
NAME=ghcr.io/$(NAME)
endif

Expand Down

0 comments on commit fde66b1

Please sign in to comment.