From f83d375f2683a35ffe926f41d5c453bb56b08838 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Wed, 15 Jun 2016 15:58:31 -0700 Subject: [PATCH] Fix casing again --- src/Microsoft.PowerShell.ConsoleHost/map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.PowerShell.ConsoleHost/map.json b/src/Microsoft.PowerShell.ConsoleHost/map.json index 10b79cf1d..4f360a2b9 100644 --- a/src/Microsoft.PowerShell.ConsoleHost/map.json +++ b/src/Microsoft.PowerShell.ConsoleHost/map.json @@ -10,7 +10,7 @@ "monad/src/host/msh/resources/ProgressNodeStrings.resx": "resources/ProgressNodeStrings.resx", "monad/src/host/msh/resources/ConsoleHostRawUserInterfaceStrings.resx": "resources/ConsoleHostRawUserInterfaceStrings.resx", "monad/src/host/msh/PendingProgress.cs": "host/msh/PendingProgress.cs", - "monad/src/host/msh/Consoletextwriter.cs": "host/msh/ConsoleTextWriter.cs", + "monad/src/host/msh/ConsoletextWriter.cs": "host/msh/ConsoleTextWriter.cs", "monad/src/host/msh/resources/ConsoleControlStrings.resx": "resources/ConsoleControlStrings.resx", "monad/src/host/msh/ConsoleHostUserInterfacePromptForChoice.cs": "host/msh/ConsoleHostUserInterfacePromptForChoice.cs", "monad/src/host/msh/ConsoleShell.cs": "host/msh/ConsoleShell.cs",