From 1f07de7557d062d3cb306d07a39654bc82625784 Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Mon, 6 May 2024 12:04:52 -0400 Subject: [PATCH] Fix doc bug for gh run watch --- pkg/cmd/run/watch/watch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/run/watch/watch.go b/pkg/cmd/run/watch/watch.go index 92120dc38..c2067bf19 100644 --- a/pkg/cmd/run/watch/watch.go +++ b/pkg/cmd/run/watch/watch.go @@ -56,7 +56,7 @@ func NewCmdWatch(f *cmdutil.Factory, runF func(*WatchOptions) error) *cobra.Comm gh run watch # Run some other command when the run is finished - gh run watch && notify-send "run is done!" + gh run watch && notify-send 'run is done!' `), RunE: func(cmd *cobra.Command, args []string) error { // support `-R, --repo` override