Skip to content

Commit

Permalink
Update cmd/cycloid/config-repositories/delete.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 9833b13 commit c6c3f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cycloid/config-repositories/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func deleteConfigRepository(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 delete config repository")
return errors.Wrapf(err, "unable to delete config repository: %s", can)
}

return nil
Expand Down

0 comments on commit c6c3f16

Please sign in to comment.