Skip to content

Commit

Permalink
Remove experimental warning log in upgrade command (#1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover authored Sep 8, 2022
1 parent 7a8aeb4 commit 3951c33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/pkg/agent/cmd/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ func newUpgradeCommandWithArgs(_ []string, streams *cli.IOStreams) *cobra.Comman
}

func upgradeCmd(streams *cli.IOStreams, cmd *cobra.Command, args []string) error {
fmt.Fprintln(streams.Out, "The upgrade process of Elastic Agent is currently EXPERIMENTAL and should not be used in production")

version := args[0]
sourceURI, _ := cmd.Flags().GetString("source-uri")

Expand Down

0 comments on commit 3951c33

Please sign in to comment.