From 109458cf66229d23092d21dfb7e5988248d080ee Mon Sep 17 00:00:00 2001 From: Samuel Durante <44513615+samueldurantes@users.noreply.github.com> Date: Fri, 5 Jan 2024 10:53:15 -0400 Subject: [PATCH] Update pkg/cmd/browse/browse.go Co-authored-by: Andy Feller --- pkg/cmd/browse/browse.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/cmd/browse/browse.go b/pkg/cmd/browse/browse.go index e16fafc4a..87ac5826b 100644 --- a/pkg/cmd/browse/browse.go +++ b/pkg/cmd/browse/browse.go @@ -67,8 +67,8 @@ func NewCmdBrowse(f *cmdutil.Factory, runF func(*BrowseOptions) error) *cobra.Co $ gh browse #=> Open the home page of the current repository - $ gh browse script/createrepo.sh - #=> Open the repository in the path specified + $ gh browse script/ + #=> Open the script directory of the current repository $ gh browse 217 #=> Open issue or pull request 217