Merge pull request #2372 from jorgesumle/quickstart

Remove extra endif from Makefile template
This commit is contained in:
Justin Mayer 2018-07-03 21:25:33 +02:00 committed by GitHub
commit 0b8d5bdaaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,6 @@ help:
@echo ' make devserver [PORT=8000] serve and regenerate together '
@echo ' make ssh_upload upload the web site via SSH '
@echo ' make rsync_upload upload the web site via rsync+ssh '
{% endif %}
{% if dropbox %}
@echo ' make dropbox_upload upload the web site via Dropbox '
{% endif %}