Skip to content

Commit 761c852

Browse files
Fix the url to avoid redirect (#786) (#787)
(cherry picked from commit a12733d) Signed-off-by: Heemin Kim <heemin@amazon.com> Co-authored-by: Heemin Kim <heemin@amazon.com>
1 parent 661847f commit 761c852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/resources/ip2geo/server/country/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"url": "https://raw.githubusercontent.com//opensearch-project/geospatial/main/src/test/resources/ip2geo/server/country/country.zip",
2+
"url": "https://raw.githubusercontent.com/opensearch-project/geospatial/main/src/test/resources/ip2geo/server/country/country.zip",
33
"db_name": "data.csv",
44
"sha256_hash": "oDPgEv+4+kNov7bdQQiLrhr8jQeEPdLnuJ11Hz5npvk=",
55
"valid_for_in_days": 30,

0 commit comments

Comments
 (0)