diff --git a/linters/errors.go b/linters/errors.go index 732db2d3..5c9907d2 100644 --- a/linters/errors.go +++ b/linters/errors.go @@ -39,7 +39,7 @@ var ( ErrCFLabelTeamWillBeOverwritten = newError("deployment will overwrite metadata.labels.team that was set in the CF manifest").AsWarning() ErrCFLabelProductIsMissing = newError("CF manifest is missing 'product' label. If 'product' is set on the CF space you can safely ignore this warning.").AsWarning() - ErrCFStack = newError("CF stack 'cflinuxfs3' is deprecated. Please upgrade to 'cflinuxfs4'.").AsWarning() + ErrCFStack = newError("CF stack 'cflinuxfs3' is deprecated. Please see ").AsWarning() ErrCFLabelEnvironmentIsMissing = newError("CF manifest is missing 'environment' label. If 'environment' is set on the CF space you can safely ignore this warning.").AsWarning() ErrUnsupportedRegistry = newError("image must be from halfpipe registry. Please see ")