Bump the security group across 1 directory with 3 updates (#128)

This commit is contained in:
dependabot[bot]
2024-06-26 12:32:54 -07:00
committed by GitHub
parent 1febe659ca
commit 343eadd0b6
4 changed files with 17 additions and 29 deletions

View File

@@ -137,8 +137,8 @@ func (c *cli) Out() *streams.Out {
return streams.NewOut(c.w)
}
func (c *cli) Err() io.Writer {
return &c.err
func (c *cli) Err() *streams.Out {
return streams.NewOut(&c.err)
}
// rc returns a registry client with matching auth.