Skip to content

Commit

Permalink
Update cmd/cycloid/catalog-repositories/update.go
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Durrheimer <[email protected]>
  • Loading branch information
gaelL and sdurrheimer authored Feb 9, 2021
1 parent c6c3f16 commit eb678ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cycloid/catalog-repositories/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func updateCatalogRepository(cmd *cobra.Command, args []string) error {
if err := p.Print(err, printer.Options{}, os.Stdout); err != nil {
return errors.Wrap(err, "unable to print result")
}
return errors.Wrap(err, "unable to update catalog repository")
return errors.Wrapf(err, "unable to update catalog repository: %s", can)
}

// print the result on the standard output
Expand Down

0 comments on commit eb678ec

Please sign in to comment.