diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-05-21 21:39:50 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-05-21 15:39:50 -0400 |
commit | 880265275fd49b1dad9a5643e2ad299292901e89 (patch) | |
tree | d55880c92779e52244842d24cdd6279f83f448c5 /cli/flags.rs | |
parent | 0e89ca7b70c7f3dbcaadd330fce277e0434fdc4c (diff) |
Use tagged version of prettier in CLI (#2387)
Diffstat (limited to 'cli/flags.rs')
-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. |