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

Provide comment for constant to avoid golint warning.

Closes #5020

Signed-off-by: Henry Nash <henry.nash@uk.ibm.com>
pull/5021/head
Henry Nash 7 years ago
parent c80f7ddaeb
commit 76c1c49605

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