Skip to content

Commit

Permalink
Use crane options for crane.Catalog (#747)
Browse files Browse the repository at this point in the history
Missed this somehow.
  • Loading branch information
jonjohnsonjr committed Jul 21, 2020
1 parent e5f4efd commit 38ad4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/crane/cmd/catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func NewCmdCatalog() *cobra.Command {
Args: cobra.ExactArgs(1),
Run: func(_ *cobra.Command, args []string) {
reg := args[0]
repos, err := crane.Catalog(reg)
repos, err := crane.Catalog(reg, options...)
if err != nil {
log.Fatalf("reading repos for %s: %v", reg, err)
}
Expand Down

0 comments on commit 38ad4ec

Please sign in to comment.