Rename profile from PSL to Microsoft.PowerShellCore

Final fix for #713.
This commit is contained in:
Andrew Schwartzmeyer 2016-04-08 19:27:40 -07:00
parent 3f00751159
commit 6f45601a27
2 changed files with 1 additions and 1 deletions

View file

@ -256,7 +256,7 @@ OPTIONS
{
this.currentPowerShell.Runspace = this.myRunSpace;
PSCommand[] profileCommands = HostUtilities.GetProfileCommands("PSL");
PSCommand[] profileCommands = HostUtilities.GetProfileCommands("Microsoft.PowerShellCore");
foreach (PSCommand command in profileCommands)
{
RunCommand(command);