Fix argument passing

Cette révision appartient à :
Julian Ospald 2017-08-08 19:53:16 +02:00
Parent 242ca226eb
révision ee272b7441
Signature inconnue de Gitea
ID de la clé GPG: 511B62C09D50CD28
1 fichiers modifiés avec 1 ajouts et 1 suppressions

2
run.sh
Voir le fichier

@ -14,5 +14,5 @@ cd /website
cabal install
sh -c "while true ; do sleep 600 && git pull --ff-only origin master; done" &
cabal run site watch --host 0.0.0.0
cabal run site watch -- --host 0.0.0.0