Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
craftamap committed Sep 13, 2024
1 parent 1c9ff72 commit f3dd74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/commands/pipelines/wait/wait.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func Add(pipelinesCmd *cobra.Command, globalOpts *options.GlobalOptions) {
waitCmd := &cobra.Command{
Use: "wait <number of pipeline>",
Short: "wait until a specific pipeline execution has finished",
Long: "wait until a specific pipeline execution has finished. On it's own, this command, this is not particulary useful, but it can be combined with other commands, like notify-send, to send you a notification when a pipeline is done.",
Long: "wait until a specific pipeline execution has finished. On it's own, this command, this is not particularly useful, but it can be combined with other commands, like notify-send, to send you a notification when a pipeline is done.",
Annotations: map[string]string{
"RequiresClient": "true",
"RequiresRepository": "true",
Expand Down

0 comments on commit f3dd74b

Please sign in to comment.