summaryrefslogtreecommitdiff
path: root/Build/NullSoftInstaller.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-01-29 13:34:14 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-01-29 13:34:14 -0400
commitf062f10796fc20858554891a0c24838faa83038c (patch)
treedeb13351b69c23f68b489f71057f5b6486c842ed /Build/NullSoftInstaller.hs
parent60e3e2509878b35b22935164983aebfdf41357bb (diff)
weirdly doubled slashes
Diffstat (limited to 'Build/NullSoftInstaller.hs')
-rw-r--r--Build/NullSoftInstaller.hs2
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