Skip to content

Commit

Permalink
Patchright Release [Fix Release Check Typo]
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinyzu committed Nov 2, 2024
1 parent c2e5597 commit e6e1885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/release_version_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ playwright_version=$(get_latest_release "microsoft/playwright-python")
echo "Latest release of the Playwright-Python: $playwright_version"

# Get the latest release version of Patchright
patchright_version=$(get_latest_release REPO)
patchright_version=$(get_latest_release $REPO)
echo "Latest release of the Patchright-Python: $patchright_version"

# Compare the versions
Expand Down

0 comments on commit e6e1885

Please sign in to comment.