lib/lingohub/commands/auth.rb in lingohub-0.0.9 vs lib/lingohub/commands/auth.rb in lingohub-0.0.10
- old
+ new
@@ -13,10 +13,10 @@
# client.on_warning { |msg| self.display("\n#{msg}\n\n") }
client
end
def host
- ENV['LINGOHUB_HOST'] || 'lingohub.com'
+ ENV['LINGOHUB_HOST'] || 'api.lingohub.com'
end
# just a stub; will raise if not authenticated
def check
client.projects.all