Renamed Job.GetJobSummary to Job.Summary

This commit is contained in:
Diptanu Choudhury
2016-07-25 14:33:39 -07:00
parent c18e431298
commit c91f477d6f
3 changed files with 8 additions and 8 deletions

View File

@@ -254,7 +254,7 @@ func (s *HTTPServer) jobSummaryRequest(resp http.ResponseWriter, req *http.Reque
}
var out structs.JobSummaryResponse
if err := s.agent.RPC("Job.GetSummary", &args, &out); err != nil {
if err := s.agent.RPC("Job.Summary", &args, &out); err != nil {
return nil, err
}