This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/bootstrap/src/core/build_steps Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -354,12 +354,12 @@ fn read_old_toolstate() -> Vec<RepoState> {
354354/// 1. Generate a new Personal access token:
355355///
356356/// * Login to the bot account, and go to Settings -> Developer settings ->
357- /// Personal access tokens
357+ /// Personal access tokens
358358/// * Click "Generate new token"
359359/// * Enable the "public_repo" permission, then click "Generate token"
360360/// * Copy the generated token (should be a 40-digit hexadecimal number).
361- /// Save it somewhere secure, as the token would be gone once you leave
362- /// the page.
361+ /// Save it somewhere secure, as the token would be gone once you leave
362+ /// the page.
363363///
364364/// 2. Update the variable group in Azure Pipelines
365365///
@@ -368,7 +368,7 @@ fn read_old_toolstate() -> Vec<RepoState> {
368368/// 4. Replace the email address below if the bot account identity is changed
369369///
370370/// * See <https://help.github.com/articles/about-commit-email-addresses/>
371- /// if a private email by GitHub is wanted.
371+ /// if a private email by GitHub is wanted.
372372fn commit_toolstate_change ( builder : & Builder < ' _ > , current_toolstate : & ToolstateData ) {
373373 let message = format ! ( "({} CI update)" , OS . expect( "linux/windows only" ) ) ;
374374 let mut success = false ;
You can’t perform that action at this time.
0 commit comments