fix(helm): get rid of lint warning in pkg/storage (#5021)

Provide comment for constant to avoid golint warning.

Closes #5020

Signed-off-by: Henry Nash <henry.nash@uk.ibm.com>
pull/5022/head
Henry Nash 6 years ago committed by Matthew Fisher
parent ef9b202bff
commit adce632c83

@ -25,6 +25,7 @@ import (
"k8s.io/helm/pkg/storage/driver"
)
// NoReleasesErr indicates that a given release cannot be found
const NoReleasesErr = "has no deployed releases"
// Storage represents a storage engine for a Release.

Loading…
Cancel
Save