Drop the host flag

This commit is contained in:
Luke Murphy
2020-04-06 13:07:42 +02:00
parent 3873d54494
commit 8bdfe16249
2 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@ run_jekyll() {
bundle exec jekyll serve \
--port "$JEKYLL_PORT" \
--host "$JEKYLL_HOST" \
--trace
}