Skip to content

Commit

Permalink
Fix: remove argument
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault committed Nov 19, 2023
1 parent 940f0e8 commit 7f25827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def manage_mixin(mixin_directory, mixin):
update_chart(mixin, mixin_version, chart_dst)


def main(url, filename, chart, download_enabled):
def main(url, filename, chart):
download(url, filename)
with zipfile.ZipFile(filename, "r") as zf:
mixins_directory = pathlib.Path(filename).stem
Expand Down

0 comments on commit 7f25827

Please sign in to comment.