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 /tests | |
| 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 'tests')
| -rw-r--r-- | tests/init.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.rs b/tests/init.rs index 896cef8..c8390e3 100644 --- a/tests/init.rs +++ b/tests/init.rs | |||
| @@ -14,7 +14,7 @@ fn expect_msgs_first(p: &mut CliTester) -> Result<()> { | |||
| 14 | fn expect_msgs_after(p: &mut CliTester) -> Result<()> { | 14 | fn expect_msgs_after(p: &mut CliTester) -> Result<()> { |
| 15 | p.expect_after_whitespace("maintainers.yaml created. commit and push.\r\n")?; | 15 | p.expect_after_whitespace("maintainers.yaml created. commit and push.\r\n")?; |
| 16 | p.expect( | 16 | p.expect( |
| 17 | "this optional file enables existing contributors to automatically fetch your repo event (instead of one from a pubkey pretending to be the maintainer)\r\n", | 17 | "this optional file helps in identifying who the maintainers are over time through the commit history\r\n", |
| 18 | )?; | 18 | )?; |
| 19 | Ok(()) | 19 | Ok(()) |
| 20 | } | 20 | } |