mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
Renamed Job.GetJobSummary to Job.Summary
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user