From e8304221df6ebea356b52d77e855f375570234ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Wed, 3 Jan 2018 13:14:17 +0100 Subject: [PATCH] oopsie --- tools/ci/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/lib.sh b/tools/ci/lib.sh index 00eae8972bc7a8..db49ec6b449286 100644 --- a/tools/ci/lib.sh +++ b/tools/ci/lib.sh @@ -25,7 +25,7 @@ install_chrome() { channel=$1 # The package name for Google Chrome Dev uses "unstable", not "dev". if [[ $channel == "dev" ]]; then - $channel="unstable" + channel="unstable" fi deb_archive=google-chrome-${channel}_current_amd64.deb wget https://dl.google.com/linux/direct/$deb_archive