chore: fix typo in build script

This commit is contained in:
Andrey Lushnikov 2020-09-04 03:16:46 -07:00
parent 3cb3c650df
commit f09145e504

View File

@ -12,7 +12,7 @@ cd output
BUILD_NUMBER=$(head -1 ../BUILD_NUMBER)
# Support BUILD_NUMBER in the form of <CRREV>.<GENERATION>
# This will allow us to bump generation to produce new builds.
CRREV="${BUILD_NUMBER%.*}
CRREV="${BUILD_NUMBER%.*}"
CHROMIUM_URL=""
CHROMIUM_FOLDER_NAME=""