Skip to content

Commit 83f6680

Browse files
committed
fix path to index.html in hook
1 parent 17c1e8e commit 83f6680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/post_checkout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ set -e
55
PACKAGE_VERSION=$(cat README.md | grep -i --after-context 2 "platform version" | tail -1)
66
echo Add version tag $PACKAGE_VERSION to index.html
77

8-
sed -i "s/#dev#/$PACKAGE_VERSION/g" ../client/index.html
8+
sed -i "s/#dev#/$PACKAGE_VERSION/g" client/index.html

0 commit comments

Comments
 (0)