lib/produce/service.rb in produce-1.1.3 vs lib/produce/service.rb in produce-1.1.4
- old
+ new
@@ -71,10 +71,10 @@
if on
case options.data_protection
when "complete"
app.update_service(Spaceship.app_service.data_protection.complete)
when "unlessopen"
- app.update_service(Spaceship.app_service.data_proection.unless_open)
+ app.update_service(Spaceship.app_service.data_protection.unless_open)
when "untilfirstauth"
app.update_service(Spaceship.app_service.data_protection.until_first_auth)
else
UI.user_error!("Unknown service '#{options.data_protection}'. Valid values: 'complete', 'unlessopen', 'untilfirstauth'")
end