Skip to content

Commit 14be737

Browse files
committed
fix(workflow-cli): drycc-install.sh bug
1 parent 18c27ee commit 14be737

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DIST_DIR ?= _dist
88
DEV_ENV_CMD := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} ${DEV_ENV_IMAGE}
99

1010
define build-install-script
11-
sed "s|{{DRYCC-CLIENT-VERSION}}|${GIT_TAG}|g" "install.tmpl" > "${DIST_DIR}/install-drycc.sh"
11+
sed "s|{{DRYCC-CLIENT-VERSION}}|${VERSION}|g" "install.tmpl" > "${DIST_DIR}/install-drycc.sh"
1212
endef
1313

1414
bootstrap:

0 commit comments

Comments
 (0)