Skip to content

Commit

Permalink
Merge pull request #745 from richo/denylist
Browse files Browse the repository at this point in the history
Reword the issue comment to use denylist instead of blacklist
  • Loading branch information
Mark-Simulacrum authored Dec 8, 2024
2 parents 6ba3a90 + b723003 commit b8aa331
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 b8aa331

Please sign in to comment.