Skip to content

Commit

Permalink
fix example lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Sep 22, 2024
1 parent e7987c2 commit 036155c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/example-v1/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 036155c

Please sign in to comment.