From 2e35bc90a6a24fc5175cb710c892a3c0ae520936 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Sat, 27 Nov 2021 10:31:14 +0100 Subject: [PATCH] Change spaces to tab as required by Makefile Closes #2941 --- pelican/tools/templates/Makefile.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/tools/templates/Makefile.jinja2 b/pelican/tools/templates/Makefile.jinja2 index a28d658c..2bcb7473 100644 --- a/pelican/tools/templates/Makefile.jinja2 +++ b/pelican/tools/templates/Makefile.jinja2 @@ -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 %}