From 7ebfffc9da6c057485f79ec65d35226b14be0c05 Mon Sep 17 00:00:00 2001 From: Jack Bennett Date: Wed, 14 Oct 2015 19:24:54 +0100 Subject: [PATCH] Remove incorrect charater at start of line. --- vendor/profile.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/profile.ps1 b/vendor/profile.ps1 index 517efea..cc7e753 100644 --- a/vendor/profile.ps1 +++ b/vendor/profile.ps1 @@ -4,7 +4,7 @@ # !!! THIS FILE IS OVERWRITTEN WHEN CMDER IS UPDATED # !!! Use "%CMDER_ROOT%\config\user-profile.ps1" to add your own startup commands -# Compatibility with PS major versions <= 2 +# Compatibility with PS major versions <= 2 if(!$PSScriptRoot) { $PSScriptRoot = Split-Path $Script:MyInvocation.MyCommand.Path }