Skip to content

Commit

Permalink
Fix error due to renaming of ignore_git
Browse files Browse the repository at this point in the history
  • Loading branch information
duckymirror committed Apr 16, 2023
1 parent 550df4d commit bfa8798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1804,7 +1804,7 @@ note: if you're sure you want to do this, please open an issue as to why. In the

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

if !builder.config.ignore_git {
if !builder.config.omit_git_hash {
cmd.arg("--git-hash");
}

Expand Down

0 comments on commit bfa8798

Please sign in to comment.