Skip to content

Commit

Permalink
forgot rm hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Mar 20, 2024
1 parent 1e91d5d commit c4e5143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/gen_pio_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def convert_version(version_string):
return ".".join((major, minor, patch))


def main(dst_dir, version_string, commit_hash):
def main(dst_dir, version_string):

converted_version = convert_version(version_string)
if not converted_version:
Expand Down

0 comments on commit c4e5143

Please sign in to comment.