We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722e291 commit 0ef538eCopy full SHA for 0ef538e
go/src/bashbrew/cmd-cat.go
@@ -77,7 +77,7 @@ func cmdCat(c *cli.Context) error {
77
case manifest.Manifest2822Entry:
78
entries = append(entries, v)
79
default:
80
- panic(fmt.Sprintf(`"archFilter" encountered unknown type: %T`, v, v))
+ panic(fmt.Sprintf(`"archFilter" encountered unknown type: %T`, v))
81
}
82
83
filtered := []manifest.Manifest2822Entry{}
0 commit comments