mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-04 00:58:50 +00:00
Update errors returned to user
Signed-off-by: jonathan-innis <jonathan.innis.ji@gmail.com>
This commit is contained in:
parent
9e86fbb311
commit
144b7cd922
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue