Skip to content

Commit 9277659

Browse files
Typo fix.
Signed-off-by: Yury-Fridlyand <[email protected]>
1 parent 4bf416d commit 9277659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integ-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ext {
7272
def metadata = new XmlParser().parse(metadataFile)
7373
def securitySnapshotVersion = metadata.versioning.snapshotVersions[0].snapshotVersion[0].value[0].text()
7474

75-
return repo + "opensearch-security-${snapshotVersion}.zip"
75+
return repo + "opensearch-security-${securitySnapshotVersion}.zip"
7676
}
7777
}
7878

0 commit comments

Comments
 (0)