Fix a minor typo in some conditional windows code.

This commit is contained in:
Arjun Kathuria 2021-06-26 21:59:15 +05:30
parent f7986cb4da
commit 708cd5ead9
1 changed files with 1 additions and 1 deletions

View File

@ -1398,7 +1398,7 @@ rmGhcupDirs = do
then removeDirIfEmptyOrIsSymlink binDir
else pure ()
#else
removeDirIfEmpty binDir
removeDirIfEmptyOrIsSymlink binDir
#endif
reportRemainingFiles ghcupDir = do