Fix incorrect argument name (--livereload)

This commit is contained in:
2023-05-13 01:57:55 -05:00
parent 7fdb54748f
commit 339655eedf
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
bundle exec jekyll serve --config _config.yml,_config_dev.yml --drafts --unpublished --incremental --open-url --live-reload --trace
bundle exec jekyll serve --config _config.yml,_config_dev.yml --drafts --unpublished --incremental --open-url --livereload --trace