From f61d891f2e966941724db37eb50ecfaaced2a6f9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 29 Jan 2015 13:34:14 -0400 Subject: [PATCH] weirdly doubled slashes --- Build/NullSoftInstaller.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs index 554681d9d2..30e0b53d6c 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