Commit adce632c authored by Henry Nash's avatar Henry Nash Committed by Matthew Fisher

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

Provide comment for constant to avoid golint warning.

Closes #5020
Signed-off-by: 's avatarHenry Nash <henry.nash@uk.ibm.com>
parent ef9b202b
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment