summaryrefslogtreecommitdiff
path: root/lib/bitbucket/representation/comment.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bitbucket/representation/comment.rb')
-rw-r--r--lib/bitbucket/representation/comment.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bitbucket/representation/comment.rb b/lib/bitbucket/representation/comment.rb
index 1b8dc27793a..127598a76ab 100644
--- a/lib/bitbucket/representation/comment.rb
+++ b/lib/bitbucket/representation/comment.rb
@@ -4,7 +4,7 @@ module Bitbucket
module Representation
class Comment < Representation::Base
def author
- user['username']
+ user['nickname']
end
def note