Skip to content

Commit

Permalink
Fix googleapis#4269 update metata url to FQDN
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaaym committed Jan 3, 2019
1 parent eb6c4d2 commit 4c372eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*/
public class MetadataConfig {

private static final String METADATA_URL = "http://metadata/computeMetadata/v1/";
private static final String METADATA_URL = "http://metadata.google.internal/computeMetadata/v1/";

private MetadataConfig() {}

Expand Down

0 comments on commit 4c372eb

Please sign in to comment.