Skip to content

Commit f400ca7

Browse files
committed
abc
1 parent e81bc25 commit f400ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/ort-scanner.es

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

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

258-
ScanResult = hd(filelib:wildcard(Area ++ "*.json")),
258+
ScanResult = hd(filelib:wildcard(Area ++ "/*.json")),
259259
{ok, _} = file:copy(ScanResult,
260260
filename:join(filename:dirname(maps:get(output, Args)),
261261
filename:basename(ScanResult))),

0 commit comments

Comments
 (0)