Fix doc bug for gh run watch

This commit is contained in:
Jason O'Donnell 2024-05-06 12:04:52 -04:00
parent 4896546432
commit 1f07de7557

View file

@ -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