summaryrefslogtreecommitdiff
path: root/cli/flags.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/flags.rs')
-rw-r--r--cli/flags.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs
index c9c7a59c7..7e129b6ab 100644
--- a/cli/flags.rs
+++ b/cli/flags.rs
@@ -678,7 +678,7 @@ fn parse_script_args(
}
/// Used for `deno fmt <files>...` subcommand
-const PRETTIER_URL: &str = "https://deno.land/std@v0.11/prettier/main.ts";
+const PRETTIER_URL: &str = "https://deno.land/std@06958a4/prettier/main.ts";
/// Used for `deno install...` subcommand
const INSTALLER_URL: &str = "https://deno.land/std@v0.11/installer/mod.ts";
/// Used for `deno test...` subcommand