Skip to content

Commit

Permalink
Fix xref
Browse files Browse the repository at this point in the history
  • Loading branch information
macpie committed Feb 27, 2024
1 parent 1ede082 commit 9ca3350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/hpr_cli_config.erl
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ config_route(_, _, _) ->

config_route_refresh_all(["config", "route", "refresh_all"], [], Flags) ->
Options = maps:from_list(Flags),
Min = maps:is_key(minimum, Options, 1),
Min = maps:get(minimum, Options, 1),
erlang:spawn(fun() ->
List = lists:filtermap(
fun(RouteETS) ->
Expand Down

0 comments on commit 9ca3350

Please sign in to comment.