Skip to content

Commit d37d173

Browse files
authored
Fix comment formatting in profile.ps1
1 parent 1f70cfa commit d37d173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/profile.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if (!$ENV:CMDER_ROOT) {
2828
# Remove trailing '\'
2929
$ENV:CMDER_ROOT = ($ENV:CMDER_ROOT).TrimEnd("\")
3030

31-
# -> recent PowerShell versions include PowerShellGet out of the box
31+
# Recent PowerShell versions include PowerShellGet out of the box
3232
$moduleInstallerAvailable = [bool](Get-Command -Name 'Install-Module' -ErrorAction SilentlyContinue)
3333

3434
# Add Cmder modules directory to the autoload path.

0 commit comments

Comments
 (0)