From 6d16dd4d066bcf370df0cce626699009f3ed6a1d Mon Sep 17 00:00:00 2001 From: Elmar Fasel Date: Mon, 17 Aug 2026 13:20:22 +0200 Subject: [PATCH] Update opslevel error message to include a link for assistance --- linters/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linters/errors.go b/linters/errors.go index f0432fce..6c36bbdd 100644 --- a/linters/errors.go +++ b/linters/errors.go @@ -85,7 +85,7 @@ var ( ErrCopyContainerSource = newError("source must be in format 'eu.gcr.io/halfpipe-io//[:]'") - ErrOpsLevelNotFound = newError("opslevel.yml not found in current directory or any parent") + ErrOpsLevelNotFound = newError("opslevel.yml not found in current directory or any parent. Please see ") ErrOpsLevelInvalid = newError("opslevel.yml is invalid") )