Skip to content

Commit

Permalink
chore(deployments): use Notef instead of Mask
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Aug 24, 2021
1 parent 0ebe282 commit 4f60b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func List(app string) error {
}
deployments, err := c.DeploymentList(app)
if err != nil {
return errgo.Mask(err)
return errgo.Notef(err, "fail to list the application deployments")
}

t := tablewriter.NewWriter(os.Stdout)
Expand Down

0 comments on commit 4f60b91

Please sign in to comment.