summaryrefslogtreecommitdiff
path: root/html/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'html/build.sh')
-rwxr-xr-xhtml/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/build.sh b/html/build.sh
index 816c324..6bc3571 100755
--- a/html/build.sh
+++ b/html/build.sh
@@ -16,8 +16,8 @@ cp -r the-abstraction-engine/dist ../dist/public_html/the-abstraction-engine
mkdir -p ../dist/fruitvote
cd fruitvote
go build -o ../../dist/fruitvote/fruitvote
-cd ..
cp start.sh ../dist/fruitvote/start.sh
+cd ..
echo "finished building HTML"