lib/lingohub/commands/auth.rb in lingohub-0.4.0 vs lib/lingohub/commands/auth.rb in lingohub-0.4.1

- old
+ new

@@ -13,10 +13,10 @@ # client.on_warning { |msg| self.display("\n#{msg}\n\n") } client end def host - ENV['LINGOHUB_HOST'] || 'api.lingohub.com' + ENV['LINGOHUB_HOST'] || 'https://api.lingohub.com' end # just a stub; will raise if not authenticated def check client.projects.all