summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/NullSoftInstaller.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs
index c5fefa894..846c8d621 100644
--- a/Build/NullSoftInstaller.hs
+++ b/Build/NullSoftInstaller.hs
@@ -204,8 +204,8 @@ cygwinDlls =
-- msysgit opens Program Files/Git/doc/git/html/git-annex.html
-- when git annex --help is run.
-writeHtmlText :: String
-writeHtmlText = unlines
+htmlHelpText :: String
+htmlHelpText = unlines
[ "<html>"
, "<title>git-annex help</title>"
, "<body>"