Change spaces to tab as required by Makefile

Closes #2941
This commit is contained in:
Lukas Winkler 2021-11-27 10:31:14 +01:00
commit 2e35bc90a6

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 %}