From 320f1cd63d71b822981a10d153105c6d2c24526e Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Fri, 22 Nov 2024 14:03:37 -0500 Subject: [PATCH] help touchup --- chia/cmds/gh.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chia/cmds/gh.py b/chia/cmds/gh.py index 891309fb6b4f..c32b3ce48178 100644 --- a/chia/cmds/gh.py +++ b/chia/cmds/gh.py @@ -80,8 +80,8 @@ def gh_group() -> None: that. There is no need to push the local commit first. The temporary remote branch will automatically be deleted in most cases. - After launching the workflow run the remote will be queried for the run and the - URL will be opened in the default browser. + After launching the workflow run GitHub will be queried for the run and the URL + will be opened in the default browser. """, ) class TestCMD: