diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d6525e4..279e4e5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -135,4 +135,4 @@ AM_MAKEINFOHTMLFLAGS = --css-ref=https://dthompson.us/css/dthompson.css \ publish: distcheck gpg --sign --detach-sign --armor --yes chickadee-$(VERSION).tar.gz && \ scp chickadee-$(VERSION).tar.gz chickadee-$(VERSION).tar.gz.asc \ - blog@dthompson.us:/var/www/files/chickadee/ + publish@dthompson.us:/var/www/files/chickadee/ |