We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e5597 commit e6e1885Copy full SHA for e6e1885
utils/release_version_check.sh
@@ -41,7 +41,7 @@ playwright_version=$(get_latest_release "microsoft/playwright-python")
41
echo "Latest release of the Playwright-Python: $playwright_version"
42
43
# Get the latest release version of Patchright
44
-patchright_version=$(get_latest_release REPO)
+patchright_version=$(get_latest_release $REPO)
45
echo "Latest release of the Patchright-Python: $patchright_version"
46
47
# Compare the versions
0 commit comments