Use save! rather than save when updating registry information

parent 48873c16
......@@ -59,7 +59,7 @@ module Geo
registry.public_send("resync_#{type}=", false)
end
registry.save
registry.save!
end
def lease_key
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment