Skip to content

Commit

Permalink
Update Utility.ps1 (#6983)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatagrawal-dev authored Apr 13, 2018
1 parent 1a51293 commit 8d31d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tasks/AzurePowerShell/Utility.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function Get-LatestModule {
return $resultFolder
}

function Get-RollForwardVersion {
function Get-RollForwardVersion {
[CmdletBinding()]
param([string]$azurePowerShellVersion)
Trace-VstsEnteringInvocation $MyInvocation
Expand All @@ -111,4 +111,4 @@ function Get-RollForwardVersion {
finally {
Trace-VstsLeavingInvocation $MyInvocation
}
}
}

0 comments on commit 8d31d94

Please sign in to comment.