From 8ce7b9d222952507e48b8f72f631cc421b0dcdcf Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 10 Dec 2013 00:37:58 -0400 Subject: [PATCH] typo --- Build/NullSoftInstaller.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs index d50e66e24f..6963329a5a 100644 --- a/Build/NullSoftInstaller.hs +++ b/Build/NullSoftInstaller.hs @@ -117,7 +117,7 @@ makeInstaller gitannex license extrafiles = nsis $ do mapM_ addfile extrafiles writeUninstaller $ str uninstaller uninstall $ do - delete [RebootOk] $ startMenuItem + delete [RebootOK] $ startMenuItem mapM_ (\f -> delete [RebootOK] $ fromString $ "$INSTDIR/" ++ f) $ [ gitannexprogram , licensefile