summaryrefslogtreecommitdiff
path: root/Propellor/Property/Git.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-12 21:34:25 -0400
committerJoey Hess2014-04-12 21:34:25 -0400
commit6075fc636dfd9d8c946ed11a58ffa7059dd560d0 (patch)
treeba98715faf1752269da6b1d8ccfb04d6178268b1 /Propellor/Property/Git.hs
parent39ea83ea2416cf67d3f837cc564472ffbef136f2 (diff)
propellor spin
Diffstat (limited to 'Propellor/Property/Git.hs')
-rw-r--r--Propellor/Property/Git.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/Git.hs b/Propellor/Property/Git.hs
index 6f3c0364..6541dc74 100644
--- a/Propellor/Property/Git.hs
+++ b/Propellor/Property/Git.hs
@@ -65,7 +65,7 @@ cloned :: UserName -> RepoUrl -> FilePath -> Maybe Branch -> Property
cloned owner url dir mbranch = check originurl (Property desc checkout)
`requires` installed
where
- desc = "git cloned " ++ url ++ " " ++ dir
+ desc = "git cloned " ++ url ++ " to " ++ dir
gitconfig = dir </> ".git/config"
originurl = ifM (doesFileExist gitconfig)
( do