Skip to content

Commit bfa8798

Browse files
committed
Fix error due to renaming of ignore_git
1 parent 550df4d commit bfa8798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,7 @@ note: if you're sure you want to do this, please open an issue as to why. In the
18041804

18051805
cmd.arg("--channel").arg(&builder.config.channel);
18061806

1807-
if !builder.config.ignore_git {
1807+
if !builder.config.omit_git_hash {
18081808
cmd.arg("--git-hash");
18091809
}
18101810

0 commit comments

Comments
 (0)