Skip to content

Commit 284d79e

Browse files
committed
abc
1 parent b4937de commit 284d79e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/ort-scanner.es

+2-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@ scan(#{ input := InputScanResult, strategy := Strategy, tool := Tool, path := Pa
255255

256256
NewScanners = #{ K => lists:usort([ScannerName | V]) || K := V <- Scanners},
257257

258-
ok = file:copy(filename:join(Area, "reuse.json"), filename:join(filename:dirname(maps:get(output, Args)), "reuse.json")),
258+
ok = file:copy(hd(filelib:wildcard(Area ++ "*.json")),
259+
filename:join(filename:dirname(maps:get(output, Args)), "reuse.json")),
259260

260261
ok = file:write_file(
261262
maps:get(output, Args),

0 commit comments

Comments
 (0)