summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2014-07-31 11:12:08 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2014-07-31 11:12:08 -0700
commit4f2b08c523c1cd65309c008c3cdd0503c68e863e (patch)
tree5fe9607ffbe238736f22f0f9cb3f8a9b3c59d4c5 /tools
parent98c69e892c4cf105353080777cc60fdba8477487 (diff)
downloadnode-new-4f2b08c523c1cd65309c008c3cdd0503c68e863e.tar.gz
Now working on 0.10.31
Diffstat (limited to 'tools')
-rwxr-xr-xtools/node-release-post-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/node-release-post-build.sh b/tools/node-release-post-build.sh
index 4e3555c4f0..5b1a19ed70 100755
--- a/tools/node-release-post-build.sh
+++ b/tools/node-release-post-build.sh
@@ -39,7 +39,7 @@ make email.md
( echo ""
echo "Shasums:"
echo '```'
- cat SHASUMS.txt
+ cat SHASUMS.txt.asc
echo '```' ) >> email.md
( echo -n "date: "
date