diff options
author | Akshat Agarwal <humancalico@disroot.org> | 2020-04-07 20:54:47 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-07 11:24:47 -0400 |
commit | caff550b6c6edf7f26ca9e2aa57e042479c36704 (patch) | |
tree | a5f6ed78002cbbf40b9bf35962ef45fa5f793ccc /cli/tests/045_proxy_test.ts | |
parent | 62726430bedba7cca4d98e7714f3a8b49db3e89e (diff) |
BREAKING: Rename 'deno fetch' subcommand to 'deno cache' (#4656)
Diffstat (limited to 'cli/tests/045_proxy_test.ts')
-rw-r--r-- | cli/tests/045_proxy_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/045_proxy_test.ts b/cli/tests/045_proxy_test.ts index 6f8b45fd1..d9d63ea52 100644 --- a/cli/tests/045_proxy_test.ts +++ b/cli/tests/045_proxy_test.ts @@ -41,7 +41,7 @@ async function testModuleDownload(): Promise<void> { cmd: [ Deno.execPath(), "--reload", - "fetch", + "cache", "http://localhost:4545/std/examples/colors.ts", ], stdout: "piped", |