Skip to content

Commit

Permalink
chore(install): go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrombley committed Oct 28, 2020
1 parent 824a2ca commit 3b8b92a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/install/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ var configFiles []string

// Command represents the install command.
var Command = &cobra.Command{
Use: "install",
Short: "Install New Relic.",
Use: "install",
Short: "Install New Relic.",
Hidden: true,
Run: func(cmd *cobra.Command, args []string) {
// This assumes a default profile exists
Expand Down

0 comments on commit 3b8b92a

Please sign in to comment.