Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzardo committed Jun 3, 2024
1 parent deb9906 commit 776bc77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static String get(String path, int timeout) throws IOException {
String token = new Request("http://169.254.169.254/latest/api/token")
.header("X-aws-ec2-metadata-token-ttl-seconds", "60")
.timeout(timeout)
.get()
.put()
.asString();

response = new Request(url)
Expand Down

0 comments on commit 776bc77

Please sign in to comment.