Browse Source

build: fix gclient config file

Samuel Attard 3 years ago
parent
commit
93d7968d64
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .devcontainer/on-create-command.sh

+ 1 - 2
.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\",