diff options
Diffstat (limited to '')
-rw-r--r-- | apps/RemovePath.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/RemovePath.hs b/apps/RemovePath.hs index 4c4f289..8d9692b 100644 --- a/apps/RemovePath.hs +++ b/apps/RemovePath.hs @@ -52,7 +52,7 @@ main = execParser parser >>= removePath removePath :: Options -> IO () removePath options = do removePathFrom Env.CurrentUser - when forAllUsers $ do + when forAllUsers $ removePathFrom Env.AllUsers where varName = optName options |