Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Commit 123fef0

Browse files
Merge pull request #44 from microsoftgraph/rsh/scriptUpdate
small typo causing an error
2 parents ae3b582 + b68b41b commit 123fef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/getLatestVersion.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
Param(
1515
[parameter(Mandatory = $true)]
16-
[string]$propertiesPath,
16+
[string]$propertiesPath
1717
)
1818

1919
#Retrieve the current version from the Gradle.Properties file given the specified path

0 commit comments

Comments
 (0)