Skip to content

Commit

Permalink
Fix datastore emulator md5 checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
mziccard committed Sep 30, 2016
1 parent 9c81978 commit 9028598
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class LocalDatastoreHelper {
private static final double DEFAULT_CONSISTENCY = 0.9;
private static final String GCD_BASENAME = "cloud-datastore-emulator-" + GCD_VERSION;
private static final String GCD_FILENAME = GCD_BASENAME + ".zip";
private static final String MD5_CHECKSUM = "e68695ff005421ccb7144689d9633df1";
private static final String MD5_CHECKSUM = "ec2237a0f0ac54964c6bd95e12c73720";
private static final URL GCD_URL;
private static final String GCLOUD = "gcloud";
private static final Path INSTALLED_GCD_PATH;
Expand Down

0 comments on commit 9028598

Please sign in to comment.