Skip to content

Commit

Permalink
gh: fix forgotten fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kikofernandez committed Nov 22, 2024
1 parent c117af4 commit 77ea5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scan-code.escript
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ execute(Command, Config) ->
Licenses = fetch_licenses(folder_path(Config), Json),

Errors = compliance_check(Licenses),
io:format("Errors: ~ts~n", [Errors]),
io:format("Errors: ~p~n", [Errors]),

maps:get(sarif, Config) =/= undefined andalso
sarif(maps:get(sarif, Config), Errors),
Expand Down

0 comments on commit 77ea5db

Please sign in to comment.