Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 1aa2dbc

Browse files
author
Someone on the Dev Buildmaster
committed
Remove duplicate branch
1 parent 3b44ca2 commit 1aa2dbc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

master/build-rust-manifest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ def main():
157157
cargo_branch = 'master'
158158
else:
159159
cargo_branch = 'rust-' + rustc_short_version
160-
if channel == "nightly":
161-
cargo_branch = 'master'
160+
162161
cargo_rev_url = "https://api.github.com/repos/rust-lang/cargo/commits/" + cargo_branch
163162
request = urllib2.Request(cargo_rev_url, headers={"Accept" : "Accept: application/vnd.github.3.sha"})
164163
cargo_rev = urllib2.urlopen(request).read()

0 commit comments

Comments
 (0)