Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Apr 29, 2024
1 parent bec05c9 commit e49a891
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Packcheck/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ downloadToolSimple :: DownloadTool -> IO ()
downloadToolSimple DownloadTool{..} = do
step [str|Downloading #{dtDownloadUrl}|]
Temp.withSystemTempDirectory "temp" $ \tmpDir -> do
let downloadTo = [str|#{tmpDir}/binary#{binExt}|]
let downloadTo = [str|#{tmpDir}/#{dtExePathInArchive}#{binExt}|]
let curlCmd =
oneLine
[str|curl
Expand Down
Binary file modified packcheck-x86_64-linux
Binary file not shown.

0 comments on commit e49a891

Please sign in to comment.