Skip to content

Commit

Permalink
Buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenmj committed May 7, 2024
1 parent 392704b commit f649fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apt/private/package_index.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def _fetch_package_index(rctx, url, dist, comp, arch, integrity):
url = "{}/dists/{}/{}/binary-{}/Packages.{}".format(url, dist, comp, arch, file_type),
output = output,
integrity = integrity,
allow_fail=True,
allow_fail = True,
)
if r.success:
rctx.execute(tool + [output])
Expand Down

0 comments on commit f649fe8

Please sign in to comment.