Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/community' into community
Browse files Browse the repository at this point in the history
  • Loading branch information
Jef committed Sep 24, 2024
2 parents 0003d3d + 60506ad commit 72238c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vcpkg_version_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
VCPKG_PATH = Path(__file__).parent / 'vcpkg'

if len(sys.argv) > 3:
print("the argumnets after the second one are ignored")
print("the arguments after the second one are ignored")


if not VCPKG_PATH.exists():
Expand Down Expand Up @@ -57,4 +57,4 @@
versions_set = sorted(set(versions_list), reverse=True)

for version in versions_set:
print(version)
print(version)

0 comments on commit 72238c2

Please sign in to comment.