Skip to content

Commit

Permalink
comment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dchen1107 committed Jul 21, 2014
1 parent 064237a commit dc921b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apiserver/apiserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ func (server *APIServer) handleMinionReq(w http.ResponseWriter, req *http.Reques
minionHost := path[:idx]
_, port, _ := net.SplitHostPort(minionHost)
if port == "" {
// No port information
// Couldn't retrieve port information
// TODO: Retrieve port info from a common object
minionHost += ":10250"
}
Expand Down

0 comments on commit dc921b8

Please sign in to comment.