Skip to content

Commit 7d711f0

Browse files
Merge pull request #40 from microsoftgraph/rsh/scriptMinorUpdate
fixing small typo causing script to break
2 parents 5d03a69 + bbbac71 commit 7d711f0

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)