Skip to content

Commit 96da57b

Browse files
committed
force m114_release without quotes
1 parent 451a4d0 commit 96da57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def get_webrtc(source_dir, patch_dir, version, target,
318318
cmd(['git', 'checkout', '-f', 'origin/HEAD'])
319319
else:
320320
cmd(['git', 'branch'])
321-
cmd(['git', 'checkout', '-f', version])
321+
cmd(['git', 'checkout', '-f', 'm114_release'])
322322
cmd(['git', 'clean', '-df'])
323323
cmd(['gclient', 'sync', '-D', '--force', '--reset', '--with_branch_heads'])
324324
for patch in PATCHES[target]:

0 commit comments

Comments
 (0)