aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2020-02-13 15:12:01 -0500
committerGitHub <noreply@github.com>2020-02-13 15:12:01 -0500
commit87ff6844bfad90e47cbdf4df3598c13d9b3e7b54 (patch)
tree91b63013647dff9beeee755a3c556088281d5009
parent6196b89b5a6c6b6252e47ee6125223e0f27c6215 (diff)
downloadservo-jdm-patch-35.tar.gz
servo-jdm-patch-35.zip
Use proper bash syntax.jdm-patch-35
-rw-r--r--etc/taskcluster/docker/base.dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/taskcluster/docker/base.dockerfile b/etc/taskcluster/docker/base.dockerfile
index 46197159671..3015c54e284 100644
--- a/etc/taskcluster/docker/base.dockerfile
+++ b/etc/taskcluster/docker/base.dockerfile
@@ -32,5 +32,5 @@ RUN \
curl \
&& \
# Running mach
- pip install virtualenv<20
+ pip install "virtualenv<20"