update installHLS' usage in `installHLSBindist`

This commit is contained in:
Arjun Kathuria 2021-07-23 16:23:52 +05:30
parent c0f46ef81f
commit 0d118e2fe1
1 changed files with 1 additions and 1 deletions

View File

@ -627,7 +627,7 @@ installHLSBindist dlinfo ver = do
-- the subdir of the archive where we do the work
workdir <- maybe (pure tmpUnpack) (liftE . intoSubdir tmpUnpack) (view dlSubdir dlinfo)
liftE $ installHLS' workdir binDir
liftE $ installHLS' workdir binDir ver
-- create symlink if this is the latest version
hlsVers <- lift $ fmap rights getInstalledHLSs