Skip to content

Commit 6281e9f

Browse files
committed
typo
1 parent e2d0867 commit 6281e9f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ async function createProject() {
4242
process.chdir(kDawnPath);
4343
fs.copyFileSync('scripts/standalone-with-node.gclient', '.gclient');
4444
await execute('gclient', ['metrics', '--opt-out']);
45-
// add -D only if gclieny sync was run before.
45+
// add -D only if gclient sync was run before.
4646
await execute('gclient', ['sync', ...addElemIf(exists('.gclient_entries'), '-D')]);
4747
if (exists(kBuildPath)) {
4848
fs.rmSync(kBuildPath, {recursive: true});

third_party/depot_tools

Submodule depot_tools updated from 6b62257 to 4e58caf

0 commit comments

Comments
 (0)