Skip to content

Commit

Permalink
💚 Fix builds
Browse files Browse the repository at this point in the history
Signed-off-by: Rintaro Okamura <[email protected]>
  • Loading branch information
Rintaro Okamura committed Feb 2, 2021
1 parent 58a0510 commit 8a049ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ vald/client/node/version/print:
.PHONY: vald/client/node/version/update
## update VALD_CLIENT_NODE_VERSION value
vald/client/node/version/update: vald
(vald_version=`cat vald/versions/VALD_VERSION | sed -e 's/^v//'`; \
(vald_version=`cat $(VALD_DIR)/versions/VALD_VERSION | sed -e 's/^v//'`; \
echo "VALD_VERSION: $${vald_version}"; \
echo "$${vald_version}" > VALD_CLIENT_NODE_VERSION)
sed -i -e "s/\"version\": \".*\",\$$/\"version\": \"`cat VALD_CLIENT_NODE_VERSION`\",/" package.json
Expand Down
2 changes: 1 addition & 1 deletion VALD_CLIENT_NODE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@

1.0.0

0 comments on commit 8a049ee

Please sign in to comment.