Skip to content

Commit ab4bc9e

Browse files
authored
Correct docs config script (#145)
1 parent 306b347 commit ab4bc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docs-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ VERSION=$(node -p -e "require('./package.json').version")
88
MODE=$1
99
TAG=$(tag_from_version "$VERSION" "$MODE")
1010

11-
sed -i -e "s/VERSION/$TAG/g" "docs/.vuepress/config.js"
11+
sed -i -e "s/\"VERSION\"/\"$TAG\"/g" "docs/.vuepress/config.js"

0 commit comments

Comments
 (0)