From d37d173702137b1fc6325294cf78dc6d00a577fb Mon Sep 17 00:00:00 2001 From: David Refoua Date: Fri, 7 Nov 2025 19:23:30 +0330 Subject: [PATCH] Fix comment formatting in profile.ps1 --- vendor/profile.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/profile.ps1 b/vendor/profile.ps1 index 0a37534..1639e15 100644 --- a/vendor/profile.ps1 +++ b/vendor/profile.ps1 @@ -28,7 +28,7 @@ if (!$ENV:CMDER_ROOT) { # Remove trailing '\' $ENV:CMDER_ROOT = ($ENV:CMDER_ROOT).TrimEnd("\") -# -> recent PowerShell versions include PowerShellGet out of the box +# Recent PowerShell versions include PowerShellGet out of the box $moduleInstallerAvailable = [bool](Get-Command -Name 'Install-Module' -ErrorAction SilentlyContinue) # Add Cmder modules directory to the autoload path.