diff options
author | geoFlux <blakejason5@gmail.com> | 2020-02-17 11:59:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-17 11:59:51 -0500 |
commit | 2e7d449623b7faee8feb0a2970e0d6bb7c66b409 (patch) | |
tree | 4b3cae1d91709391fcc8facc2d2dca409349f026 /cli/global_state.rs | |
parent | 98e585a284f6b8bb568cec52ca3599612b663ef3 (diff) |
feat: add --cert flag for http client (#3972)
Diffstat (limited to 'cli/global_state.rs')
-rw-r--r-- | cli/global_state.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/global_state.rs b/cli/global_state.rs index 0bbd213aa..a11900218 100644 --- a/cli/global_state.rs +++ b/cli/global_state.rs @@ -81,6 +81,7 @@ impl GlobalState { flags.cache_blacklist.clone(), flags.no_remote, flags.cached_only, + flags.ca_file.clone(), )?; let ts_compiler = TsCompiler::new( |