diff options
Diffstat (limited to 'Propellor/Property/Git.hs')
| -rw-r--r-- | Propellor/Property/Git.hs | 2 |
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 |
