Skip to content

Commit

Permalink
/use dns name.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicerobot committed Feb 8, 2017
1 parent 22782c0 commit db53a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func main() {
Flags: []cli.Flag{
cli.StringFlag{
Name: "metadata-host",
Value: "169.254.169.254",
Value: "instance-data",
EnvVar: "METADATA_HOST",
Destination: &settings.AWS.Host,
},
Expand Down

0 comments on commit db53a6f

Please sign in to comment.