Skip to content

Commit

Permalink
Add missing system info key
Browse files Browse the repository at this point in the history
  • Loading branch information
sylane committed Oct 11, 2024
1 parent 0a383ae commit a98dcb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/grisp_connect_updater.erl
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ update_info() ->
#{type := system, id := ValidId},
#{type := system, id := NextId}}
when ValidId =/= NextId ->
#{update_status => updated,
#{update_enabled => true,
update_status => updated,
boot_source => Boot,
update_message => <<"Device updated, reboot required to validate the update">>,
action_required => reboot};
Expand Down

0 comments on commit a98dcb3

Please sign in to comment.