We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 606e447 commit b8d6538Copy full SHA for b8d6538
src/perms/builders.rs
@@ -79,7 +79,7 @@ impl FromEnvVar for Builder {
79
pub struct Builders {
80
/// The list of builders.
81
///
82
- /// This is configured in the environment variable `PERMISSIONED_BUILDERS`,
+ /// This is configured in the environment variable `BUILDERS`,
83
/// as a list of comma-separated UUIDs.
84
#[serde(deserialize_with = "deser_builders")]
85
#[from_env(
0 commit comments