Skip to content

Commit

Permalink
Fixed bug in tmt release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfly committed Dec 13, 2011
1 parent 3380d1b commit aff6d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmt
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ class EclipseProject(TmtProject):
tagCommand = "git tag -a %s -m '%s'" % (tag, tagMessage)
print tagCommand
assert 0 == os.system(tagCommand)
print "Successfully created tag %s"
print "Successfully created tag %s" % tag

githubUpload.githubConnect()
if not githubUpload.githubUpload(self.distJarFile):
Expand Down

0 comments on commit aff6d38

Please sign in to comment.