diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/flags.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index 288e20b24..95aa341d6 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -398,7 +398,7 @@ pub fn parse_flags(matches: ArgMatches) -> DenoFlags { } /// Used for `deno fmt <files>...` subcommand -const PRETTIER_URL: &str = "https://deno.land/std/prettier/main.ts"; +const PRETTIER_URL: &str = "https://deno.land/std@v0.5.0/prettier/main.ts"; /// These are currently handled subcommands. /// There is no "Help" subcommand because it's handled by `clap::App` itself. |