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

Commit 07fd13d

Browse files
committed
Use correct channel
1 parent 17432e0 commit 07fd13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ pub fn exec(channel: ReleaseChannel,
9898
ReleaseChannel::Beta => "beta",
9999
ReleaseChannel::Nightly => "nightly",
100100
};
101-
let container = format!("rust-{}", chan);
101+
let container = format!("rust-playpen-{}", chan);
102102

103103
let container = try!(Container::new(cmd, &key.args, &container));
104104

0 commit comments

Comments
 (0)