Skip to content

Commit 8d31d94

Browse files
author
rajatagrawal-dev
authored
Update Utility.ps1 (#6983)
1 parent 1a51293 commit 8d31d94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tasks/AzurePowerShell/Utility.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function Get-LatestModule {
9090
return $resultFolder
9191
}
9292

93-
function Get-RollForwardVersion {
93+
function Get-RollForwardVersion {
9494
[CmdletBinding()]
9595
param([string]$azurePowerShellVersion)
9696
Trace-VstsEnteringInvocation $MyInvocation
@@ -111,4 +111,4 @@ function Get-RollForwardVersion {
111111
finally {
112112
Trace-VstsLeavingInvocation $MyInvocation
113113
}
114-
}
114+
}

0 commit comments

Comments
 (0)