We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c27ee commit 14be737Copy full SHA for 14be737
1 file changed
Makefile
@@ -8,7 +8,7 @@ DIST_DIR ?= _dist
8
DEV_ENV_CMD := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} ${DEV_ENV_IMAGE}
9
10
define build-install-script
11
- sed "s|{{DRYCC-CLIENT-VERSION}}|${GIT_TAG}|g" "install.tmpl" > "${DIST_DIR}/install-drycc.sh"
+ sed "s|{{DRYCC-CLIENT-VERSION}}|${VERSION}|g" "install.tmpl" > "${DIST_DIR}/install-drycc.sh"
12
endef
13
14
bootstrap:
0 commit comments