Skip to content

Commit

Permalink
chore: update src/algokit/cli/explore.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev authored Aug 1, 2024
1 parent c1703d8 commit f61633a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algokit/cli/explore.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def explore_command(network: str) -> None:
logger.info(f"Opening {network} explorer in your default browser")
if _is_wsl():
logger.warning(
"WSL detected. Make sure that wslu is installed in order for the cli to open browsers in host OS. "
"WSL is detected. Make sure that `wslu` is installed in order for the cli to open a browser url in the host OS. "
"Installation instructions: https://wslutiliti.es/wslu/install.html"
)
click.launch(url)

0 comments on commit f61633a

Please sign in to comment.