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
+1 -1
View File
@@ -683,7 +683,7 @@ pub fn build(&mut self) {
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.
self.config.dry_run = DryRun::SelfCheck;
let builder = builder::Builder::new(self);