From 57b668b4780e78e29522f26f66d8dddeb657df64 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 12 Jul 2016 18:04:41 +0200 Subject: [PATCH] Fix final comment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bb98516..3528b1e 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ release: clean git archive --prefix="nethogs-$(RELEASE)/" -o "../nethogs-$(RELEASE).tar.gz" "v$(RELEASE)" gpg --armor --detach-sign "../nethogs-$(RELEASE).tar.gz" git push --tags - echo "now upload the detached signature to https://github.com/raboof/nethogs/releases/edit/v$VERSION" + echo "now upload the detached signature ../nethogs-$(RELEASE).tar.gz.asc to https://github.com/raboof/nethogs/releases/new?tag=v$(VERSION)" check: $(MAKE) -C src -f MakeApp.mk $@