From 4e4fb9ab7ca13f5148c6d4b08f53f518429530a8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 18 Apr 2014 03:59:06 -0400 Subject: get rid of AttrProperty Now both Property and RevertableProperty can influence Attr on their own. --- Propellor/Property/Git.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Propellor/Property/Git.hs') diff --git a/Propellor/Property/Git.hs b/Propellor/Property/Git.hs index 1dae94bf..ba370e51 100644 --- a/Propellor/Property/Git.hs +++ b/Propellor/Property/Git.hs @@ -62,7 +62,7 @@ type Branch = String -- -- A branch can be specified, to check out. cloned :: UserName -> RepoUrl -> FilePath -> Maybe Branch -> Property -cloned owner url dir mbranch = check originurl (Property desc checkout) +cloned owner url dir mbranch = check originurl (property desc checkout) `requires` installed where desc = "git cloned " ++ url ++ " to " ++ dir -- cgit v1.2.3