diff options
author | Bartek Iwańczuk <biwanczuk@gmail.com> | 2024-11-20 01:17:50 +0100 |
---|---|---|
committer | Bartek Iwańczuk <biwanczuk@gmail.com> | 2024-11-20 01:17:50 +0100 |
commit | f56a377b4c281bee2044e4777825a33d3777dd41 (patch) | |
tree | a568b45ea5ef212fb062d2f2a5e50254bea6c441 | |
parent | 71b6f0b0652cda2476dc0f2ea3ef205b80994411 (diff) |
-rw-r--r-- | cli/tools/info.rs | 2 | ||||
-rw-r--r-- | tests/specs/info/flag/041_info_flag.out | 2 | ||||
-rw-r--r-- | tests/specs/info/flag_location/041_info_flag_location.out | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cli/tools/info.rs b/cli/tools/info.rs index 8363df9f7..5b24b1217 100644 --- a/cli/tools/info.rs +++ b/cli/tools/info.rs @@ -181,7 +181,7 @@ fn print_cache_info( ); println!( "{} {}", - colors::bold("Web Cache storage:"), + colors::bold("Web cache storage:"), web_cache_dir.display() ); if location.is_some() { diff --git a/tests/specs/info/flag/041_info_flag.out b/tests/specs/info/flag/041_info_flag.out index 6376757c5..48a08de4d 100644 --- a/tests/specs/info/flag/041_info_flag.out +++ b/tests/specs/info/flag/041_info_flag.out @@ -4,4 +4,4 @@ npm modules cache: [WILDCARD]npm Emitted modules cache: [WILDCARD]gen Language server registries cache: [WILDCARD]registries Origin storage: [WILDCARD]location_data -Web Cache storage: [WILDCARD]deno_cache +Web cache storage: [WILDCARD]deno_cache diff --git a/tests/specs/info/flag_location/041_info_flag_location.out b/tests/specs/info/flag_location/041_info_flag_location.out index 07e1d2a36..d3ba01ad3 100644 --- a/tests/specs/info/flag_location/041_info_flag_location.out +++ b/tests/specs/info/flag_location/041_info_flag_location.out @@ -4,5 +4,5 @@ npm modules cache: [WILDCARD]npm Emitted modules cache: [WILDCARD]gen Language server registries cache: [WILDCARD]registries Origin storage: [WILDCARD]location_data[WILDCARD] -Web Cache storage: [WILDCARD]deno_cache +Web cache storage: [WILDCARD]deno_cache Local Storage: [WILDCARD]location_data[WILDCARD]local_storage |