Skip to content

Commit

Permalink
Make License Install command output easy to parse
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Anagrius committed Sep 25, 2020
1 parent d898c28 commit e48c9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/humioctl/license_install.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func newLicenseInstallCmd() *cobra.Command {
installErr := client.Licenses().Install(license)
exitOnError(cmd, installErr, "error installing license")

cmd.Println("License installed")
cmd.Println("OK")
},
}

Expand Down

0 comments on commit e48c9f0

Please sign in to comment.