From 708cd5ead9e1dc8c07277a7a4ca70a65485e3af7 Mon Sep 17 00:00:00 2001 From: Arjun Kathuria Date: Sat, 26 Jun 2021 21:59:15 +0530 Subject: [PATCH] Fix a minor typo in some conditional windows code. --- lib/GHCup.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/GHCup.hs b/lib/GHCup.hs index 41b3478..a667b3c 100644 --- a/lib/GHCup.hs +++ b/lib/GHCup.hs @@ -1398,7 +1398,7 @@ rmGhcupDirs = do then removeDirIfEmptyOrIsSymlink binDir else pure () #else - removeDirIfEmpty binDir + removeDirIfEmptyOrIsSymlink binDir #endif reportRemainingFiles ghcupDir = do