Skip to content

Commit b8d6538

Browse files
authored
fix: var name in doc (#14)
1 parent 606e447 commit b8d6538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/perms/builders.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ impl FromEnvVar for Builder {
7979
pub struct Builders {
8080
/// The list of builders.
8181
///
82-
/// This is configured in the environment variable `PERMISSIONED_BUILDERS`,
82+
/// This is configured in the environment variable `BUILDERS`,
8383
/// as a list of comma-separated UUIDs.
8484
#[serde(deserialize_with = "deser_builders")]
8585
#[from_env(

0 commit comments

Comments
 (0)