Skip to content

Commit

Permalink
revert Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dndx committed Mar 31, 2022
1 parent 335f9bc commit b54e578
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ else
endif

release:
#ifeq ($(ISTAG),false)
# sed -i -e '/return string\.format/,/\"\")/c\return "$(KONG_VERSION)\"' kong/meta.lua
#endif
ifeq ($(ISTAG),false)
sed -i -e '/return string\.format/,/\"\")/c\return "$(KONG_VERSION)\"' kong/meta.lua
endif
cd $(KONG_BUILD_TOOLS_LOCATION); \
$(MAKE) \
KONG_VERSION=${KONG_VERSION} \
Expand Down

0 comments on commit b54e578

Please sign in to comment.