Skip to content

Commit

Permalink
Fix the production definition of RUSTUP_UPDATE_ROOT
Browse files Browse the repository at this point in the history
The update root is one directory higher now. That's where the
stable-release.toml file, and the archive directory live.
  • Loading branch information
brson committed Oct 24, 2016
1 parent eff8b31 commit 09a69e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rustup-cli/self_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ static TOOLS: &'static [&'static str]
= &["rustc", "rustdoc", "cargo", "rust-lldb", "rust-gdb"];

static UPDATE_ROOT: &'static str
= "https://static.rust-lang.org/rustup/dist";
= "https://static.rust-lang.org/rustup";

/// CARGO_HOME suitable for display, possibly with $HOME
/// substituted for the directory prefix
Expand Down

0 comments on commit 09a69e5

Please sign in to comment.