Skip to content

Commit

Permalink
Update pkg/kn/commands/source/cronjob/delete.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Navid Shaikh <[email protected]>
  • Loading branch information
rhuss and navidshaikh committed Dec 11, 2019
1 parent 7ff574b commit 79f0528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kn/commands/source/cronjob/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func NewCronJobDeleteCommand(p *commands.KnParams) *cobra.Command {
kn source cronjob delete my-cron-trigger`,
RunE: func(cmd *cobra.Command, args []string) error {
if len(args) != 1 {
return errors.New("'kn source cronjob delete' requires the name of the crobjob source to delete as single argument")
return errors.New("'requires the name of the crobjob source to delete as single argument")
}
name := args[0]

Expand Down

0 comments on commit 79f0528

Please sign in to comment.