Address review comments

pull/6/head
Dr. Stefan Schimanski 2015-08-11 22:02:03 +02:00
parent f1a560718c
commit fb0d4dbc13
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ func (t *T) FillFromDetails(details *mesos.Offer) error {
t.Spec = Spec{
SlaveID: details.GetSlaveId().GetValue(),
AssignedSlave: *details.Hostname,
AssignedSlave: details.GetHostname(),
CPU: cpu,
Memory: mem,
}