Skip to content

Commit a0a5b2c

Browse files
committed
Merge branch 'master' into development
2 parents 71b648f + d37d173 commit a0a5b2c

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)