Skip to content

Commit

Permalink
Update port to 9450 to match allocated one
Browse files Browse the repository at this point in the history
  • Loading branch information
mivok committed Jun 12, 2018
1 parent a8c765a commit a74e2d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
)

var (
listenAddress = flag.String("listen-address", ":9449",
listenAddress = flag.String("listen-address", ":9450",
"The address/port to listen on for HTTP requests.")
habitatAddress = flag.String("habitat-address", "http://127.0.0.1:9631",
"The address of the habitat supervisor API to query")
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

var Version = "0.0.1"
var Version = "0.0.2"

0 comments on commit a74e2d5

Please sign in to comment.