1
0
Fork 0
forked from github/pelican

Merge pull request #2950 from ingwinlu/bugfix/2941

Change spaces to tab as required by Makefile
This commit is contained in:
Justin Mayer 2021-11-27 07:19:31 -07:00 committed by GitHub
commit 4c8572e85d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ help:
@echo ' make devserver-global regenerate and serve on 0.0.0.0 '
{% if ssh %}
@echo ' make ssh_upload upload the web site via SSH '
@echo ' make sftp_upload upload the web site via SFTP '
@echo ' make sftp_upload upload the web site via SFTP '
@echo ' make rsync_upload upload the web site via rsync+ssh '
{% endif %}
{% if dropbox %}