diff options
Diffstat (limited to 'Build/NullSoftInstaller.hs')
-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
|