Skip to content

Commit

Permalink
buildrelease.py: remove extra space in digest file name
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Feb 8, 2014
1 parent da485c8 commit 8e8a5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildrelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def main():
print "Generating checksums..."

for ext in tarball_ext:
tarball = "%s.%s " % (release_name, ext)
tarball = "%s.%s" % (release_name, ext)
print " " + tarball
f = open("%s.digests" % tarball, 'w')

Expand Down

0 comments on commit 8e8a5b7

Please sign in to comment.