propellor spin

This commit is contained in:
Joey Hess 2014-04-01 17:03:03 -04:00
parent 4b8a6c5e72
commit b448016263
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -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