Skip to content

Commit

Permalink
huh (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
briantting authored Dec 17, 2024
1 parent e5a1e22 commit 3bcd44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildtools/reclient_cfgs/fetch_reclient_cfgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def CipdEnsure(pkg_name, ref, directory, quiet):
try:
output = subprocess.check_output(
' '.join(['cipd', 'ensure', '-log-level=' + log_level,
'-root', directory, '-ensure-file', '-']),
'-root', directory, '-ensure-file', '-', '-service-account-json', ':gce']),
shell=True, input=ensure_file, stderr=subprocess.STDOUT,
universal_newlines=True)
logging.info(output)
Expand Down

0 comments on commit 3bcd44a

Please sign in to comment.