Skip to content

Commit

Permalink
Fixing a user error in which params are passed. RE:natcap#1784
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Mar 6, 2025
1 parent 5e104b0 commit be893cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codesigning/enqueue-current-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def main():
f"invest_{version}_workbench_{os_alias}_{arch}.{ext}"
)
subprocess.run(
['python', os.path.join(this_dir, 'enqueue-binary.py')], url)
['python', os.path.join(this_dir, 'enqueue-binary.py'), url])


if __name__ == '__main__':
Expand Down

0 comments on commit be893cf

Please sign in to comment.