diff --git a/cli/flags.rs b/cli/flags.rs index c9c7a59c77..7e129b6ab5 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -678,7 +678,7 @@ fn parse_script_args( } /// Used for `deno fmt ...` 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