diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-29 13:34:14 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-29 13:34:14 -0400 |
commit | f062f10796fc20858554891a0c24838faa83038c (patch) | |
tree | deb13351b69c23f68b489f71057f5b6486c842ed /Build | |
parent | 60e3e2509878b35b22935164983aebfdf41357bb (diff) |
weirdly doubled slashes
Diffstat (limited to 'Build')
-rw-r--r-- | Build/NullSoftInstaller.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs index 554681d9d..30e0b53d6 100644 --- a/Build/NullSoftInstaller.hs +++ b/Build/NullSoftInstaller.hs @@ -95,7 +95,7 @@ needGit = strConcat , gitInstallDir
, fromString " , it seems to not be installed, "
, fromString "or may be installed in another location. "
- , fromString "You can install git from http:////git-scm.com//"
+ , fromString "You can install git from http://git-scm.com//"
]
makeInstaller :: FilePath -> FilePath -> [FilePath] -> [FilePath] -> String
|