diff options
author | Luca Casonato <luca.casonato@antipy.com> | 2020-06-13 19:09:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-13 13:09:39 -0400 |
commit | 0ffc99a61ddfa958a436beef0d003ecead630d0f (patch) | |
tree | 7a2d40621cabfab9b2f6efb15872d467d0e25165 /cli/global_state.rs | |
parent | 77545219a6d5c9d474032ea5e8ccfcd69897d76b (diff) |
Move to allowlist and blocklist (#6282)
Diffstat (limited to 'cli/global_state.rs')
-rw-r--r-- | cli/global_state.rs | 2 |
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(), |