Fix a minor typo in some conditional windows code.
This commit is contained in:
parent
f7986cb4da
commit
708cd5ead9
@ -1398,7 +1398,7 @@ rmGhcupDirs = do
|
|||||||
then removeDirIfEmptyOrIsSymlink binDir
|
then removeDirIfEmptyOrIsSymlink binDir
|
||||||
else pure ()
|
else pure ()
|
||||||
#else
|
#else
|
||||||
removeDirIfEmpty binDir
|
removeDirIfEmptyOrIsSymlink binDir
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
reportRemainingFiles ghcupDir = do
|
reportRemainingFiles ghcupDir = do
|
||||||
|
Loading…
Reference in New Issue
Block a user