From bbbac71a678158b7b97a555c1b6a3501237b1992 Mon Sep 17 00:00:00 2001 From: ramsessanchez Date: Fri, 26 Jun 2020 13:55:36 -0700 Subject: [PATCH] fixing small typo causing script to break --- Scripts/getLatestVersion.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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