From 036155cffd8dadb2c222b9bc2ca58ed9c422cc14 Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Sun, 22 Sep 2024 21:29:24 +0200 Subject: [PATCH] fix example lint --- recipes/example-v1/recipe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/example-v1/recipe.yaml b/recipes/example-v1/recipe.yaml index 59d46581dafdd..d4cc747f0aef0 100644 --- a/recipes/example-v1/recipe.yaml +++ b/recipes/example-v1/recipe.yaml @@ -6,7 +6,7 @@ # The main differences with the old format is that no preprocessing is required for the file to be valid YAML. # This means: # - No "selectors", use YAML if-then-else expressions instead (https://prefix-dev.github.io/rattler-build/latest/selectors/) -# - Jinja expressions are formatted with `${{}}` +# - Jinja expressions are formatted with a leading `$` to make them valid YAML # Note: there are many handy hints in comments in this example -- remove them when you've finalized your recipe