Skip to content

Commit e6e1885

Browse files
committed
Patchright Release [Fix Release Check Typo]
1 parent c2e5597 commit e6e1885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/release_version_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ playwright_version=$(get_latest_release "microsoft/playwright-python")
4141
echo "Latest release of the Playwright-Python: $playwright_version"
4242

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

4747
# Compare the versions

0 commit comments

Comments
 (0)