Skip to content

Commit

Permalink
Merge pull request #69 from open-vcpkg/m-kuhn-patch-1
Browse files Browse the repository at this point in the history
[auto update] fix indentation
  • Loading branch information
m-kuhn authored Nov 1, 2024
2 parents a068d52 + 3d8b833 commit 23098df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-ports.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def calculate_sha512(file_path):

new_portfile_content = re.sub(
r'PACKAGE_NAME\s+[^\s]+',
f'PACKAGE_NAME {pypi_project_name}',
f'PACKAGE_NAME {pypi_project_name}',
portfile_content
)

Expand Down

0 comments on commit 23098df

Please sign in to comment.