weirdly doubled slashes

This commit is contained in:
Joey Hess 2015-01-29 13:34:14 -04:00
parent c8163ce29a
commit f61d891f2e

View file

@ -95,7 +95,7 @@ needGit = strConcat
, gitInstallDir , gitInstallDir
, fromString " , it seems to not be installed, " , fromString " , it seems to not be installed, "
, fromString "or may be installed in another location. " , 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 makeInstaller :: FilePath -> FilePath -> [FilePath] -> [FilePath] -> String