Oh, shoot

This commit is contained in:
Julian Ospald 2023-01-30 18:35:51 +08:00
parent 61f49e0992
commit 3d85d4d78a
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -212,7 +212,7 @@ validateTarballs (TarballFilter etool versionRegex) = do
-- download/verify all tarballs
let dlis = either (const []) (\tool -> nubOrd $ dls ^.. each %& indices (maybe (const True) (==) tool)
%> each %& indices (matchTest versionRegex . T.unpack . prettyVer)
% (viTestDL % _Just `summing` viSourceDL % _Just)
% (viTestDL % _Just `summing` viSourceDL % _Just `summing` viArch % each % each % each)
)
etool
let gdlis = nubOrd $ gt ^.. each