Address comments.

pull/6/head
Brendan Burns 2014-07-18 14:24:48 -07:00
parent c6255afe37
commit 59da62e2a1
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ func main() {
Port: *minionPort,
}
client := client.New("http://localhost:8080", nil)
client := client.New("http://"+net.JoinHostPort(*address, strconv.Itoa(int(*port))), nil)
var m *master.Master
if len(etcdServerList) > 0 {