summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Git.hs
diff options
context:
space:
mode:
authorJoey Hess2014-11-23 14:40:28 -0400
committerJoey Hess2014-11-23 14:40:28 -0400
commit3c952a0de9d228eafe6e208007be7d2e018d68b8 (patch)
tree63cc26454ad829aced43a9aa822f10b212ac3855 /src/Propellor/Property/Git.hs
parentdea5c2068ee40a8d843eb39f5dd1a71360cfe157 (diff)
comment
Diffstat (limited to 'src/Propellor/Property/Git.hs')
-rw-r--r--src/Propellor/Property/Git.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Propellor/Property/Git.hs b/src/Propellor/Property/Git.hs
index a2bec5ef..eb7801c1 100644
--- a/src/Propellor/Property/Git.hs
+++ b/src/Propellor/Property/Git.hs
@@ -57,8 +57,9 @@ type Branch = String
-- | Specified git repository is cloned to the specified directory.
--
--- If the firectory exists with some other content, it will be recursively
--- deleted.
+-- If the directory exists with some other content (either a non-git
+-- repository, or a git repository cloned from some other location),
+-- it will be recursively deleted first.
--
-- A branch can be specified, to check out.
cloned :: UserName -> RepoUrl -> FilePath -> Maybe Branch -> Property