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/4207/head^2
Henry Nash 7 years ago committed by Sebastien Plisson
parent 57154a252c
commit 60ef1af80a

@ -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