summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-08-21 10:59:25 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-08-21 10:59:25 +0200
commiteca155380f497871a5aabd3c7b660157c2711bdc (patch)
tree1f1fbc70f39257a1867db032a484655d9b7d0579 /Misc
parent6d651c88488fc04e71c25bafab2a5af18195508f (diff)
build: announcement: also add v prefix to checkout command
We also need to add a v prefix for the version tag to the checkout command, as similarly done for the GPG verification. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc b/Misc
index 783dae5..fa30bd3 100644
--- a/Misc
+++ b/Misc
@@ -22,7 +22,7 @@ announcement:
$(Q)echo -e "netsniff-ng $(VERSION_SHORT) has been released to the public (http://netsniff-ng.org/).\n" >> .MAIL_MSG
$(Q)echo -e "It can be fetched via Git:\n" >> .MAIL_MSG
$(Q)echo -e " git clone git://github.com/borkmann/netsniff-ng.git" >> .MAIL_MSG
- $(Q)echo -e " git checkout $(VERSION_SHORT)\n" >> .MAIL_MSG
+ $(Q)echo -e " git checkout v$(VERSION_SHORT)\n" >> .MAIL_MSG
$(Q)echo -e "Or via HTTP:\n" >> .MAIL_MSG
$(Q)echo -e " wget http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-$(VERSION_SHORT).tar.gz\n" >> .MAIL_MSG
$(Q)echo -e "The release can be verified via Git (see README):\n" >> .MAIL_MSG