diff --git a/deploy.sh b/deploy.sh
index 0faac626..62eb0da3 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -17,7 +17,7 @@ mv 2.0/site build/2.0;
mv 3.0/site build/3.0;
mv 1.5/.couscous/generated build/1.5;
-echo "" > build/index.html;
+echo "" > build/index.html;
git add .
git commit -am "deploy"
git push