Skip to content

Commit

Permalink
fix(optimus): change success field to status in GetDeployJobsStatusRe…
Browse files Browse the repository at this point in the history
…sponse
  • Loading branch information
arinda-arif committed Apr 18, 2022
1 parent a1204ba commit 00880bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odpf/optimus/core/v1beta1/job_spec.proto
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ message GetDeployJobsStatusRequest {
}

message GetDeployJobsStatusResponse {
bool success = 1;
string status = 1;

repeated DeployJobFailure failures = 2;
int32 total_succeed = 3;
Expand Down

0 comments on commit 00880bf

Please sign in to comment.