Skip to content

Commit

Permalink
Insert key to normalize toolchain maps results
Browse files Browse the repository at this point in the history
  • Loading branch information
ziopio committed Sep 13, 2024
1 parent 29f166f commit 25ead28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/grisp_tools_package.erl
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ parse_toolchain(#{name := Name} = File, {Acc, Latest}) ->
NewFile = File#{
os => OS,
os_version => OSVsn,
revision => Revision
revision => Revision,
latest => false
},
{[NewFile|Acc], Latest}
end.
Expand Down

0 comments on commit 25ead28

Please sign in to comment.