summaryrefslogtreecommitdiff
path: root/post-receive
diff options
context:
space:
mode:
Diffstat (limited to 'post-receive')
-rwxr-xr-xpost-receive2
1 files changed, 1 insertions, 1 deletions
diff --git a/post-receive b/post-receive
index bbdfa29..f1e07b6 100755
--- a/post-receive
+++ b/post-receive
@@ -15,7 +15,7 @@ mkdir dist/projs
cd projs/
yarn install
yarn build
-sed "s/\/assets/assets/g" dist/index.html
+sed -i "s/\/assets/assets/g" dist/index.html
cd ..
mv projs/dist dist/projs