Co-authored-by: jyn <github@jyn.dev>
This commit is contained in:
Ralf Jung 2024-05-10 07:45:53 +02:00 committed by GitHub
parent 281aa50e3f
commit 87c09fefbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -683,7 +683,7 @@ impl Build {
if !self.config.dry_run() { if !self.config.dry_run() {
{ {
// We first to a dry-run. This is a sanity-check to ensure that // We first do a dry-run. This is a sanity-check to ensure that
// steps don't do anything expensive in the dry-run. // steps don't do anything expensive in the dry-run.
self.config.dry_run = DryRun::SelfCheck; self.config.dry_run = DryRun::SelfCheck;
let builder = builder::Builder::new(self); let builder = builder::Builder::new(self);