summaryrefslogtreecommitdiff
path: root/cli/global_state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/global_state.rs')
-rw-r--r--cli/global_state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/global_state.rs b/cli/global_state.rs
index 44a3946e2..c9c86ff96 100644
--- a/cli/global_state.rs
+++ b/cli/global_state.rs
@@ -61,7 +61,7 @@ impl GlobalState {
let file_fetcher = SourceFileFetcher::new(
http_cache,
!flags.reload,
- flags.cache_blacklist.clone(),
+ flags.cache_blocklist.clone(),
flags.no_remote,
flags.cached_only,
flags.ca_file.clone(),