We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c1e8e commit 83f6680Copy full SHA for 83f6680
hooks/post_checkout
@@ -5,4 +5,4 @@ set -e
5
PACKAGE_VERSION=$(cat README.md | grep -i --after-context 2 "platform version" | tail -1)
6
echo Add version tag $PACKAGE_VERSION to index.html
7
8
-sed -i "s/#dev#/$PACKAGE_VERSION/g" ../client/index.html
+sed -i "s/#dev#/$PACKAGE_VERSION/g" client/index.html
0 commit comments