From 0e1b587442fb78bcbf4886b53b85ab64b45215b0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 29 Mar 2014 23:24:40 -0400 Subject: install systemd on clam and then reboot --- Property/GitHome.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Property/GitHome.hs') 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 -- cgit v1.3-2-g0d8e