lib/kaname/adapter/read_and_write.rb in kaname-0.8.2 vs lib/kaname/adapter/read_and_write.rb in kaname-0.9.0
- old
+ new
@@ -26,10 +26,10 @@
req.body = params
req.headers['Content-Type'] = 'application/json'
end
if res.status == 200
- puts "Your password is updated. Please update your ~/.kaname configuration too."
+ puts "Your password is updated. Please update your $OS_PASSWORD configuration too."
else
raise "password updating is failed"
end
end
end