diff options
| -rw-r--r-- | Propellor/Property/User.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/User.hs b/Propellor/Property/User.hs index 951a173e..9d948834 100644 --- a/Propellor/Property/User.hs +++ b/Propellor/Property/User.hs @@ -12,7 +12,7 @@ accountFor user = check (isNothing <$> homedir user) $ cmdProperty "adduser" , "--gecos", "" , user ] - `describe` ("ssh account " ++ user) + `describe` ("account for " ++ user) -- | Removes user home directory!! Use with caution. nuked :: UserName -> Eep -> Property |
