build: fix gclient config file

This commit is contained in:
Samuel Attard 2021-08-16 10:56:29 -07:00
Родитель cd09a54365
Коммит 93d7968d64
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: FB94249299E904FE
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -15,8 +15,7 @@ ln -s $buildtools_configs $buildtools/configs
# Write the gclient config if it does not already exist
if [ ! -f $gclient_root/.gclient ]; then
echo "
solutions = [
echo "solutions = [
{ \"name\" : \"src/electron\",
\"url\" : \"https://github.com/electron/electron\",
\"deps_file\" : \"DEPS\",