We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0
1 parent 00b9591 commit 27e0114Copy full SHA for 27e0114
utils/update_checkout/update_checkout/update_checkout.py
@@ -261,7 +261,7 @@ def obtain_additional_swift_sources(pool_args):
261
skip_history, skip_tags, skip_repository_list) = pool_args
262
263
env = dict(os.environ)
264
- env.update({'GIT_TERMINAL_PROMPT': 0})
+ env.update({'GIT_TERMINAL_PROMPT': '0'})
265
266
with shell.pushd(args.source_root, dry_run=False, echo=False):
267
0 commit comments