From 69c16421d073cdef9f5ec136ff0c13c2e347edaa Mon Sep 17 00:00:00 2001 From: AlawnWong Date: Thu, 12 Apr 2018 11:21:29 +0800 Subject: [PATCH] Update status.proto --- _proto/hapi/release/status.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;