diff --git a/content/en/functions/go-template/try.md b/content/en/functions/go-template/try.md index 2d2aa4268..be2101625 100644 --- a/content/en/functions/go-template/try.md +++ b/content/en/functions/go-template/try.md @@ -100,7 +100,7 @@ Instead of failing the build, we can catch the error and emit a warning: {{ else with .Value }} {{ else }} - {{ errorf "Unable to get remote resource %q" $url }} + {{ warnf "Unable to get remote resource %q" $url }} {{ end }} {{ end }} ```