Remove stray +

This commit is contained in:
Michael Vines 2019-04-15 20:27:52 -07:00
parent d9983905b3
commit 9293a54234
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ build() {
declare MAYBE_DOCKER=
if [[ $(uname) != Linux ]]; then
source ci/rust-version.sh
MAYBE_DOCKER="ci/docker-run.sh +$rust_stable_docker_image"
MAYBE_DOCKER="ci/docker-run.sh $rust_stable_docker_image"
fi
SECONDS=0
(