Merge pull request #9052 from jasonodonnell/trunk
Fix doc bug for gh run watch
This commit is contained in:
commit
7dc7b9838d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue