Skip to content

Commit

Permalink
Correct docs config script (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagix committed Jun 19, 2021
1 parent 306b347 commit ab4bc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docs-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ VERSION=$(node -p -e "require('./package.json').version")
MODE=$1
TAG=$(tag_from_version "$VERSION" "$MODE")

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

0 comments on commit ab4bc9e

Please sign in to comment.