Skip to content

Commit 7ebfffc

Browse files
committed
Remove incorrect charater at start of line.
1 parent 719d598 commit 7ebfffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: vendor/profile.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# !!! THIS FILE IS OVERWRITTEN WHEN CMDER IS UPDATED
55
# !!! Use "%CMDER_ROOT%\config\user-profile.ps1" to add your own startup commands
66

7-
# Compatibility with PS major versions <= 2
7+
# Compatibility with PS major versions <= 2
88
if(!$PSScriptRoot) {
99
$PSScriptRoot = Split-Path $Script:MyInvocation.MyCommand.Path
1010
}

0 commit comments

Comments
 (0)