Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Commit

Permalink
Move vpscli extract folder to tmp (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
jssblck authored Aug 25, 2020
1 parent 5817277 commit 4cd8fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App/VPSScan/EmbeddedBinary.hs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ extractedPath name = do

extractDir :: MonadIO m => m (Path Abs Dir)
extractDir = do
wd <- liftIO getCurrentDir
pure (wd </> $(mkRelDir ".vendor"))
wd <- liftIO getTempDir
pure (wd </> $(mkRelDir "vpscli-vendor"))

makeExecutable :: Path Abs File -> IO ()
makeExecutable path = do
Expand Down

0 comments on commit 4cd8fbe

Please sign in to comment.