Skip to content

Commit

Permalink
πŸ“ Correct filter syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixr-codes committed Oct 19, 2024
1 parent be6ce03 commit 2b2af1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ pub struct Plugin {
/// ```toml
/// [[plugin]]
/// run = "hello"
/// when = "any(os = linux, os = android)"
/// when = 'env("ALLAY_DEBUG") == "1"'
/// ```
pub when: Option<Filter>,

Expand Down

0 comments on commit 2b2af1a

Please sign in to comment.