summaryrefslogtreecommitdiff
path: root/cli/flags.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2019-05-21 21:39:50 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-05-21 15:39:50 -0400
commit880265275fd49b1dad9a5643e2ad299292901e89 (patch)
treed55880c92779e52244842d24cdd6279f83f448c5 /cli/flags.rs
parent0e89ca7b70c7f3dbcaadd330fce277e0434fdc4c (diff)
Use tagged version of prettier in CLI (#2387)
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 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.