-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade INSTALLER_URL to include fixes
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|