Skip to content

Commit 5328331

Browse files
davidairCorrob
authored andcommitted
Adding a missing LorOrRun (#2814)
1 parent 9d1727c commit 5328331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Releases/update-versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def PushPodspecs(version_data):
204204

205205
podspec = '{}.podspec'.format(pod)
206206
json = os.path.join(tmp_dir, '{}.json'.format(podspec))
207-
os.system('pod ipc spec {} > {}'.format(podspec, json))
207+
LogOrRun('pod ipc spec {} > {}'.format(podspec, json))
208208
LogOrRun('pod repo push {} {}{}'.format(GetCpdcInternal(), json,
209209
warnings_ok))
210210
os.system('rm -rf {}'.format(tmp_dir))

0 commit comments

Comments
 (0)