Skip to content

Commit

Permalink
Remove space in ExecuteWithoutProfile variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Rydstrom committed Jul 6, 2016
1 parent 69be616 commit 3209fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Calamari/Deployment/SpecialVariables.cs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public class WindowsService
public static class PowerShell
{
public static readonly string CustomPowerShellVersion = "Octopus.Action.PowerShell.CustomPowerShellVersion";
public static readonly string ExecuteWithoutProfile = "Octopus.Action.PowerShell.ExecuteWithoutProfile ";
public static readonly string ExecuteWithoutProfile = "Octopus.Action.PowerShell.ExecuteWithoutProfile";
}
}

Expand Down

0 comments on commit 3209fc9

Please sign in to comment.