mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
📝 Updated doc string for java check [skip ci]
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ def slugify(string: str) -> str:
|
|||||||
|
|
||||||
|
|
||||||
def check_java(dry_run: bool) -> None:
|
def check_java(dry_run: bool) -> None:
|
||||||
"""Check if Java17 is installed."""
|
"""Check if Java>=17 is installed."""
|
||||||
try:
|
try:
|
||||||
if dry_run:
|
if dry_run:
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user