Fix mistake setting ONLY_HOSTS for Reference.

This was a copy/paste mistake.
This commit is contained in:
Eric Huss 2024-07-27 07:57:50 -07:00
parent 53ef052d45
commit 5ebb821fa9

View file

@ -1237,7 +1237,6 @@ pub struct Reference {
impl Step for Reference {
type Output = ();
const DEFAULT: bool = true;
const ONLY_HOSTS: bool = true;
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
let builder = run.builder;