diff --git a/reach/update.go b/reach/update.go index 1d078a3..0d8d445 100644 --- a/reach/update.go +++ b/reach/update.go @@ -15,8 +15,8 @@ const ( // UpdateStatus embeds informations about update status type UpdateStatus struct { Active bool `json:"active"` - State string `json:"state"` Locked bool `json:"locked"` + State string `json:"state"` } // Update asks the ReachRS module to start an OPKG update