Skip to content

Commit 4ee9a33

Browse files
vthiebaut10andyleejordan
authored andcommitted
Just fix some verbose
1 parent c1f1433 commit 4ee9a33

File tree

1 file changed

+2
-2
lines changed
  • Ev2Specs/ServiceGroupRoot/Shell/Run

1 file changed

+2
-2
lines changed

Ev2Specs/ServiceGroupRoot/Shell/Run/Run.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ try {
4545
$moduleExists = Test-Path $secretManagementFileName
4646
Write-Verbose -Verbose "Module $secretManagementFileName exists: $moduleExists"
4747

48-
# Install PSResourceGet 1.1.0-preview2
49-
Write-Verbose "Download PSResourceGet version 1.1.0-preview2"
48+
# Install PSResourceGet 1.1.0
49+
Write-Verbose "Download PSResourceGet version 1.1.0"
5050
Register-PSRepository -Name CFS -SourceLocation "https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/nuget/v2" -InstallationPolicy Trusted
5151
Install-Module -Repository CFS -Name Microsoft.PowerShell.PSResourceGet -RequiredVersion '1.1.0' -Verbose
5252
Import-Module Microsoft.PowerShell.PSResourceGet

0 commit comments

Comments
 (0)