From 93d7968d645772bc6a8b325396d959fccc3d0989 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Mon, 16 Aug 2021 10:56:29 -0700 Subject: [PATCH] build: fix gclient config file --- .devcontainer/on-create-command.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/on-create-command.sh b/.devcontainer/on-create-command.sh index eea1c7b857..8899906dff 100755 --- a/.devcontainer/on-create-command.sh +++ b/.devcontainer/on-create-command.sh @@ -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\",