diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6e79c6d..2fbcf26 100644 --- a/Makefile.am +++ b/Makefile.am @@ -109,4 +109,4 @@ CLEANFILES = \ publish: distcheck gpg --sign --armor --yes haunt-$(VERSION).tar.gz && \ scp haunt-$(VERSION).tar.gz haunt-$(VERSION).tar.gz.asc \ - blog@dthompson.us:/var/www/files/haunt/ + publish@dthompson.us:/var/www/files/haunt/ |