Skip to content

Commit

Permalink
Fixes grisp_updater call (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziopio authored Sep 26, 2024
1 parent 8b9ced1 commit 3b02a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grisp_connect_api.erl
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ flash(Led, Color) ->
start_update(URL) ->
case is_running(grisp_updater) of
true -> grisp_updater:start(URL,
grisp_conntect_updater_progress,
grisp_connect_updater_progress,
#{client => self()}, #{});
false -> {error, grisp_updater_unavailable}
end.
Expand Down

0 comments on commit 3b02a9b

Please sign in to comment.