Skip to content

Commit

Permalink
Fix typo on makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Yoon Park <yoongon.park@gmail.com>
  • Loading branch information
yoongon committed Jan 26, 2024
1 parent 97b1e60 commit d2e9724
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 @@ -6,7 +6,7 @@ SHELL = /bin/bash
# If E2E_IMAGE_TAG is defined, we are on pr e2e test and we have to use the new tag and append -test to the repository
ifeq '${E2E_IMAGE_TAG}' ''
VERSION ?= main
# SUFIX here is intentional empty to not append nothing to the repository
# SUFFIX here is intentional empty to not append nothing to the repository
SUFFIX =
endif

Expand Down

0 comments on commit d2e9724

Please sign in to comment.