summaryrefslogtreecommitdiff
path: root/lib/bitbucket/client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bitbucket/client.rb')
-rw-r--r--lib/bitbucket/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bitbucket/client.rb b/lib/bitbucket/client.rb
index 1343f424c51..4b928a7d32d 100644
--- a/lib/bitbucket/client.rb
+++ b/lib/bitbucket/client.rb
@@ -45,7 +45,7 @@ module Bitbucket
def user
@user ||= begin
- parsed_response = connection.get('/user')
+ parsed_response = connection.get("/user")
Representation::User.new(parsed_response)
end
end