Skip to content

Commit

Permalink
Upgrade INSTALLER_URL to include fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Jun 15, 2019
1 parent 061f6dd commit 64be84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ fn parse_run_args(mut flags: DenoFlags, matches: &ArgMatches) -> DenoFlags {
/// Used for `deno fmt <files>...` subcommand
const PRETTIER_URL: &str = "https://deno.land/[email protected]/prettier/main.ts";
/// Used for `deno install...` subcommand
const INSTALLER_URL: &str = "https://deno.land/std@a3015be/installer/mod.ts";
const INSTALLER_URL: &str = "https://deno.land/std@1679ba/installer/mod.ts";

/// These are currently handled subcommands.
/// There is no "Help" subcommand because it's handled by `clap::App` itself.
Expand Down

0 comments on commit 64be84e

Please sign in to comment.