Update ota-hour log format

pull/1064/head
Connor Rigby 2019-11-13 14:56:08 -08:00
parent 15e3675fae
commit 96136e8132
No known key found for this signature in database
GPG Key ID: 29A88B24B70456E0
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ defimpl FarmbotCore.AssetWorker, for: FarmbotCore.Asset.Device do
{:ota_hour, nil} ->
FarmbotCore.Logger.success 1, "Farmbot will apply updates as soon as possible"
{:ota_hour, hour} ->
FarmbotCore.Logger.success 1, "Farmbot will apply updates at #{hour}"
FarmbotCore.Logger.success 1, "Farmbot will apply updates at #{hour}:00"
{_key, _value} ->
:noop