From d1bbcb66ba336041a08a89fc42397dac5c8dffd5 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 6 Jan 2023 17:05:41 -0500 Subject: Makefile: Update publish target. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2521da5..79195ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,4 +58,4 @@ publish: distcheck gpg --sign --armor --yes guile-syntax-highlight-$(VERSION).tar.gz && \ scp guile-syntax-highlight-$(VERSION).tar.gz \ guile-syntax-highlight-$(VERSION).tar.gz.asc \ - blog@dthompson.us:/var/www/files/guile-syntax-highlight/ + publish@dthompson.us:/var/www/files/guile-syntax-highlight/ -- cgit v1.2.3