lib/shelly/user.rb in shelly-0.0.19 vs lib/shelly/user.rb in shelly-0.0.20.pre
- old
+ new
@@ -27,11 +27,11 @@
def token
shelly.token["token"]
end
- def send_invitation(apps, email)
- shelly.send_invitation(apps, email)
+ def send_invitation(cloud, email)
+ shelly.send_invitation(cloud, email)
end
def load_credentials
return unless credentials_exists?
@email, @password = File.read(credentials_path).split("\n")