Skip to content

Commit f1e5191

Browse files
committed
Fix parsing of beta version in dry-run mode
1 parent a460185 commit f1e5191

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/bootstrap/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1501,6 +1501,7 @@ Executed at: {executed_at}"#,
15011501
"refs/remotes/origin/{}..HEAD",
15021502
self.config.stage0_metadata.config.nightly_branch
15031503
))
1504+
.run_always()
15041505
.run_capture(self)
15051506
.stdout()
15061507
});

0 commit comments

Comments
 (0)