lib/gooddata/commands/api.rb in gooddata-0.6.3 vs lib/gooddata/commands/api.rb in gooddata-0.6.4
- old
+ new
@@ -23,10 +23,10 @@
alias_method :index, :info
# Test of login
def test
if GoodData.test_login
- puts "Succesfully logged in as #{GoodData.profile.user}"
+ puts "Succesfully logged in as #{GoodData.profile.email}"
else
puts 'Unable to log in to GoodData server!'
end
end