Skip to content

Commit

Permalink
Removing success message
Browse files Browse the repository at this point in the history
Signed-off-by: Arvinth C <arvinth.chandrasekaran@progress.com>
  • Loading branch information
ArvinthC3000 committed Aug 24, 2023
1 parent 84d0c70 commit 94d98e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/automate-cli/cmd/chef-automate/cleanup.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func runCleanupCmd(cmd *cobra.Command, args []string) error {
return err
}
}
writer.Success("If cleanup completed successfully run the following command to remove/uninstall deployment workspace\n hab pkg uninstall chef/automate-ha-deployment\n")
writer.Print("If cleanup completed successfully run the following command to remove/uninstall deployment workspace\n hab pkg uninstall chef/automate-ha-deployment\n")
}
}
} else {
Expand Down

0 comments on commit 94d98e3

Please sign in to comment.