Skip to content

Commit 0d51f81

Browse files
authored
Update root.go
1 parent f606f54 commit 0d51f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/operator-sdk/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
func NewRootCmd() *cobra.Command {
2424
cmd := &cobra.Command{
2525
Use: "operator-sdk",
26-
Short: "An SDK for building operators with ease",
26+
Short: "A SDK for building operators with ease",
2727
Version: version.Version,
2828
}
2929

0 commit comments

Comments
 (0)