From 91364cabae8687e7620edac406b43cb40cb55878 Mon Sep 17 00:00:00 2001 From: Andy Hayden Date: Wed, 6 Mar 2019 07:23:47 -0800 Subject: Replace deno.land/x/std with deno.land/std (#1890) --- tools/fmt_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/fmt_test.py') diff --git a/tools/fmt_test.py b/tools/fmt_test.py index 4b066a47b..d4aca75aa 100755 --- a/tools/fmt_test.py +++ b/tools/fmt_test.py @@ -16,7 +16,7 @@ def fmt_test(deno_exe): dst = os.path.join(d, "badly_formatted.js") shutil.copyfile(src, dst) # Set DENO_DIR to //js/ so we don't have to rely on an intenet - # connection to download https://deno.land/x/std/prettier/main.ts + # connection to download https://deno.land/std/prettier/main.ts deno_dir = os.path.join(root_path, "js") run([deno_exe, dst, "--fmt", "--allow-read"], merge_env={"DENO_DIR": deno_dir}) -- cgit v1.2.3