aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/UnsetEnv.hs
diff options
context:
space:
mode:
Diffstat (limited to 'app/UnsetEnv.hs')
-rw-r--r--app/UnsetEnv.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/UnsetEnv.hs b/app/UnsetEnv.hs
index 98b52e3..02df1a1 100644
--- a/app/UnsetEnv.hs
+++ b/app/UnsetEnv.hs
@@ -21,7 +21,7 @@ import Utils.PromptMessage
data Options = Options
{ optYes :: Bool
, optGlobal :: Bool
- , optName :: WindowsEnv.VarName
+ , optName :: WindowsEnv.Name
} deriving (Eq, Show)
optionParser :: Parser Options