Skip to content

Commit

Permalink
Commit by Martin Monperrus on 17 February 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed Feb 17, 2018
1 parent 8e00162 commit 3b9a007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chore/revapy.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def usage():
# login is "spoon-bot" by default
if comment.user.login == login:
comment.delete()
pr.create_comment(file_content)
pr.create_issue_comment(file_content)
except GithubException as e:
print "Error while creating the PR comment."
print e
Expand Down

0 comments on commit 3b9a007

Please sign in to comment.