diff options
Diffstat (limited to 'cli/file_fetcher.rs')
-rw-r--r-- | cli/file_fetcher.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/file_fetcher.rs b/cli/file_fetcher.rs index 38b700887..c703bfc27 100644 --- a/cli/file_fetcher.rs +++ b/cli/file_fetcher.rs @@ -121,7 +121,7 @@ impl SourceFileFetcher { cache_blocklist: Vec<String>, no_remote: bool, cached_only: bool, - ca_file: Option<String>, + ca_file: Option<&str>, ) -> Result<Self, ErrBox> { let file_fetcher = Self { http_cache, |