summaryrefslogtreecommitdiff
path: root/Property/GitHome.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-29 23:24:40 -0400
committerJoey Hess2014-03-29 23:25:04 -0400
commit0e1b587442fb78bcbf4886b53b85ab64b45215b0 (patch)
tree9a5e32a9b96c4d025ed38b360c87acba0aaf5524 /Property/GitHome.hs
parentd9af8bac5eb7836a3c90e37e870fd73d30b841fd (diff)
install systemd on clam and then reboot
Diffstat (limited to 'Property/GitHome.hs')
-rw-r--r--Property/GitHome.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Property/GitHome.hs b/Property/GitHome.hs
index 6bbae254..f0764db9 100644
--- a/Property/GitHome.hs
+++ b/Property/GitHome.hs
@@ -13,8 +13,8 @@ import Utility.Monad
import Utility.Exception
{- Clones Joey Hess's git home directory, and runs its fixups script. -}
-installed :: UserName -> Property
-installed user = check (not <$> hasGitDir user) $
+installedFor :: UserName -> Property
+installedFor user = check (not <$> hasGitDir user) $
IOProperty ("githome " ++ user) (go =<< homedir user)
where
go Nothing = noChange