Skip to content

Commit

Permalink
logging: splunk root command fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Colton McCurdy <cmccurdy@fastly.com>
  • Loading branch information
mccurdyc authored and pteichman committed May 18, 2020
1 parent 85dbe67 commit 1d1a062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/logging/splunk/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type RootCommand struct {
func NewRootCommand(parent common.Registerer, globals *config.Data) *RootCommand {
var c RootCommand
c.Globals = globals
c.CmdClause = parent.Command("splunk", "Manipulate Fastly service version Splunk logging endpoints.")
c.CmdClause = parent.Command("splunk", "Manipulate Fastly service version Splunk logging endpoints")
return &c
}

Expand Down

0 comments on commit 1d1a062

Please sign in to comment.