Skip to content

Commit

Permalink
initialize ignore-git to false
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremySorensen committed Aug 17, 2017
1 parent 5e472c2 commit bdb7901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ impl Config {
config.rust_codegen_units = 1;
config.channel = "dev".to_string();
config.codegen_tests = true;
config.ignore_git = true;
config.ignore_git = false;
config.rust_dist_src = true;

config.on_fail = flags.on_fail;
Expand Down

0 comments on commit bdb7901

Please sign in to comment.