diff --git a/Scripts/getLatestVersion.ps1 b/Scripts/getLatestVersion.ps1 index 515408f88..ca1806b62 100644 --- a/Scripts/getLatestVersion.ps1 +++ b/Scripts/getLatestVersion.ps1 @@ -13,7 +13,7 @@ Param( [parameter(Mandatory = $true)] - [string]$propertiesPath, + [string]$propertiesPath ) #Retrieve the current version from the Gradle.Properties file given the specified path