diff --git a/pkg/cmd/run/watch/watch.go b/pkg/cmd/run/watch/watch.go index 92120dc38b6..c2067bf1933 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