Skip to content

Commit 93d7968

Browse files
committedAug 16, 2021
build: fix gclient config file
1 parent cd09a54 commit 93d7968

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.devcontainer/on-create-command.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ ln -s $buildtools_configs $buildtools/configs
1515

1616
# Write the gclient config if it does not already exist
1717
if [ ! -f $gclient_root/.gclient ]; then
18-
echo "
19-
solutions = [
18+
echo "solutions = [
2019
{ \"name\" : \"src/electron\",
2120
\"url\" : \"https://github.com/electron/electron\",
2221
\"deps_file\" : \"DEPS\",

0 commit comments

Comments
 (0)
Please sign in to comment.