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

Commit 99a5b43

Browse files
Update getLatestVersion.ps1
1 parent 29006eb commit 99a5b43

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
@@ -28,4 +28,4 @@ $version = "$majorVersion.$minorVersion.$patchVersion"
2828

2929
#Update the VERSION_STRING env variable and inform the user
3030
Write-Host "##vso[task.setVariable variable=VERSION_STRING]$($version)";
31-
Write-Host "Updated the VERSION_STRING enviornment variable with the current Gradle.Properties, $version"
31+
Write-Host "Updated the VERSION_STRING environment variable with the current Gradle.Properties, $version"

0 commit comments

Comments
 (0)