Skip to content

Commit

Permalink
fix(worker): worker set version message typo (#5981)
Browse files Browse the repository at this point in the history
Signed-off-by: francois  samin <[email protected]>
  • Loading branch information
fsamin authored Oct 21, 2021
1 parent 4fd6f0d commit 2df6cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/worker/cmd_cds_version_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func cdsVersionSetCmd() func(cmd *cobra.Command, args []string) {
return sdk.DecodeError(body)
}

fmt.Printf("CDS version was set to %s\n", a.Value)
fmt.Printf("CDS version set to %s\n", a.Value)

return nil
}
Expand Down

0 comments on commit 2df6cc0

Please sign in to comment.