1
0
Fork 0
forked from github/pelican

Merge pull request #2278 from lqez/lqez-patch-1

No need to mention SimpleHTTPServer in quickstart script
This commit is contained in:
Justin Mayer 2018-03-18 00:03:26 +01:00 committed by GitHub
commit a521bb6e87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -263,7 +263,7 @@ needed by Pelican.
automation = ask('Do you want to generate a Fabfile/Makefile '
'to automate generation and publishing?', bool, True)
develop = ask('Do you want an auto-reload & simpleHTTP script '
develop = ask('Do you want an auto-reload HTTP script '
'to assist with theme and site development?', bool, True)
if automation: