Skip to content

Commit

Permalink
oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Jan 3, 2018
1 parent a8c57ac commit e830422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e830422

Please sign in to comment.