Skip to content

Commit c7d174d

Browse files
committed
Make LocalDatastoreHelper use https instead of http
1 parent 5e0de55 commit c7d174d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcloud-java-datastore/src/main/java/com/google/cloud/datastore/testing/LocalDatastoreHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public class LocalDatastoreHelper {
9292
GCD_URL = null;
9393
} else {
9494
try {
95-
GCD_URL = new URL("http://storage.googleapis.com/gcd/tools/" + GCD_FILENAME);
95+
GCD_URL = new URL("https://storage.googleapis.com/gcd/tools/" + GCD_FILENAME);
9696
} catch (MalformedURLException e) {
9797
throw new RuntimeException(e);
9898
}

0 commit comments

Comments
 (0)