Skip to content

Commit e29b201

Browse files
committed
Fix typo in config.tools.toml
1 parent 6a5d512 commit e29b201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/defaults/config.tools.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ debug-logging = true
88
# This greatly increases the speed of rebuilds, especially when there are only minor changes. However, it makes the initial build slightly slower.
99
incremental = true
1010
# This avoids recompiling rustc if you haven't changed it.
11-
download_stage1 = true
11+
download-stage1 = true
1212

1313
[llvm]
1414
# Will download LLVM from CI if available on your platform (Linux only for now)

0 commit comments

Comments
 (0)