summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-03-05 19:06:03 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2017-03-05 19:06:03 +0100
commit23d27034dd3eee14e3fe953a3aea0e27c9739569 (patch)
tree526e63894a5136e50ed5c30dbd3404b15697604c /test.sh
parentec22ee8f502797676b9704b8313f77e7dc86be1e (diff)
downloadwww-andreasbaumann-cc-23d27034dd3eee14e3fe953a3aea0e27c9739569.tar.gz
www-andreasbaumann-cc-23d27034dd3eee14e3fe953a3aea0e27c9739569.tar.bz2
fixed to run on OSX with software installed from brew (hugo, etc.)
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index 963ce06..5d64e07 100755
--- a/test.sh
+++ b/test.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-~/go/bin/hugo serve --buildDrafts --bind=0.0.0.0 -v --baseURL=http://`hostname -f`:1313
+hugo serve --buildDrafts --bind=0.0.0.0 -v --baseURL=http://`hostname -f`:1313