Skip to content

Commit

Permalink
Reword the issue comment to use denylist instead of blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed Oct 18, 2024
1 parent e34a1d7 commit 23b6cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/reports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ fn reports_thread(data: &Data, github_data: Option<&GithubData>) -> Fallible<()>
"warning",
format!(
"If you notice any spurious failure [please add them to the \
blacklist]({}/blob/master/config.toml)!",
denylist]({}/blob/master/config.toml)!",
crate::CRATER_REPO_URL,
),
)
Expand Down

0 comments on commit 23b6cef

Please sign in to comment.