diff --git a/_proto/hapi/release/status.proto b/_proto/hapi/release/status.proto index ef28a233c..3fe8ed539 100644 --- a/_proto/hapi/release/status.proto +++ b/_proto/hapi/release/status.proto @@ -33,7 +33,7 @@ message Status { DELETED = 2; // Status_SUPERSEDED indicates that this release object is outdated and a newer one exists. SUPERSEDED = 3; - // Status_FAILED indicates that the release was not successfully deployed. + // Status_FAILED indicates that the release was not successfully deployed or deleted. FAILED = 4; // Status_DELETING indicates that a delete operation is underway. DELETING = 5;