fix(swarm-controller): repair broken rustdoc intra-link in forge.rs
This commit is contained in:
parent
7577d149cf
commit
abf3a9e530
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ pub const AGENTS_ORG: &str = "agents";
|
||||||
/// assumption ever breaks (this becomes reachable before any hive's
|
/// assumption ever breaks (this becomes reachable before any hive's
|
||||||
/// `hive-c0re` has run its startup sweep), branch-protection creation
|
/// `hive-c0re` has run its startup sweep), branch-protection creation
|
||||||
/// below will fail loudly rather than silently no-op — see
|
/// below will fail loudly rather than silently no-op — see
|
||||||
/// [`apply_operator_branch_protection`]'s doc comment.
|
/// [`Client::create_repo`]'s doc comment.
|
||||||
const OPERATORS_TEAM: &str = "operators";
|
const OPERATORS_TEAM: &str = "operators";
|
||||||
|
|
||||||
/// The env vars `swarm-controller.nix`'s `forgeEnv` sets. Named here
|
/// The env vars `swarm-controller.nix`'s `forgeEnv` sets. Named here
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue