Skip to content

Commit

Permalink
add done message
Browse files Browse the repository at this point in the history
  • Loading branch information
fearful-symmetry committed Oct 19, 2023
1 parent c63ebfb commit eb43d3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pkg/agent/cmd/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ func installCmd(streams *cli.IOStreams, cmd *cobra.Command) error {
return fmt.Errorf("failed to create install marker: %w", err)
}

progBar.Describe("Done")
_ = progBar.Finish()
_ = progBar.Exit()
fmt.Fprint(streams.Out, "\nElastic Agent has been successfully installed.\n")
Expand Down

0 comments on commit eb43d3a

Please sign in to comment.