diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-08-27 14:06:46 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-08-27 14:06:46 +0100 |
| commit | eaeea28999b457d3a0038142e33ff3cd487f8fa7 (patch) | |
| tree | bcb9567dd1718de2beb04cbdb1be3476364e0243 /src | |
| parent | 190b2f622f44c49aa77f8089d9ca9218c0aade81 (diff) | |
fix(init): make maintainer.yaml copy clearer
as this has reduced in importance as the user begins by
selecting a trusted maintainer
Diffstat (limited to 'src')
| -rw-r--r-- | src/sub_commands/init.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub_commands/init.rs b/src/sub_commands/init.rs index bb437a5..4958536 100644 --- a/src/sub_commands/init.rs +++ b/src/sub_commands/init.rs | |||
| @@ -373,7 +373,7 @@ pub async fn launch(cli_args: &Cli, args: &SubCommandArgs) -> Result<()> { | |||
| 373 | } | 373 | } |
| 374 | ); | 374 | ); |
| 375 | println!( | 375 | println!( |
| 376 | "this optional file enables existing contributors to automatically fetch your repo event (instead of one from a pubkey pretending to be the maintainer)" | 376 | "this optional file helps in identifying who the maintainers are over time through the commit history" |
| 377 | ); | 377 | ); |
| 378 | } | 378 | } |
| 379 | Ok(()) | 379 | Ok(()) |