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:
commit
a521bb6e87
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue