Skip to content

Commit

Permalink
Merge pull request #9052 from jasonodonnell/trunk
Browse files Browse the repository at this point in the history
Fix doc bug for gh run watch
  • Loading branch information
williammartin committed May 21, 2024
2 parents ff3a598 + 1f07de7 commit 7dc7b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/run/watch/watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7dc7b98

Please sign in to comment.