Update errors returned to user
Signed-off-by: jonathan-innis <jonathan.innis.ji@gmail.com>
This commit is contained in:
@@ -189,7 +189,7 @@ func installCmdRun(cmd *cobra.Command, args []string) error {
|
||||
for _, deployment := range components {
|
||||
err := statusChecker.Assess(deployment)
|
||||
if err != nil {
|
||||
return fmt.Errorf("install failed")
|
||||
return fmt.Errorf("%s: install failed while rolling out deployment", deployment)
|
||||
}
|
||||
logger.Successf("%s ready", deployment)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user