File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -542,11 +542,11 @@ runTarball common (Just sock) tarFile keepGoing runOnly compareDetails = do
542
542
throwAnyError :: Either Tar. FormatError Tar. FileNameError -> IO a
543
543
throwAnyError = either throwIO throwIO
544
544
545
- -- unpack all rpc_ */*.json files into dir and return their names
545
+ -- unpack all */*.json files into dir and return their names
546
546
unpackIfRpc :: FilePath -> Tar. Entry -> IO [FilePath ] -> IO [FilePath ]
547
547
unpackIfRpc tmpDir entry acc = do
548
548
case splitFileName (Tar. entryPath entry) of
549
- -- unpack all directories "rpc_ <something>" containing "*.json" files
549
+ -- unpack all directories "<something>" containing "*.json" files
550
550
(dir, " " ) -- directory
551
551
| Tar. Directory <- Tar. entryContent entry -> do
552
552
createDirectoryIfMissing True dir -- create rpc dir so we can unpack files there
You can’t perform that action at this time.
0 commit comments