Skip to content

Commit

Permalink
removes unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
kishie committed Jan 26, 2024
1 parent 75a0744 commit e5811cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/plugins/ostree/pkg/ostreerepository/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func (h *Handler) DeleteRepository(ctx context.Context) (err error) {
return nil
}

func (h *Handler) ListRepositoryRefs(ctx context.Context, repository string) (refs []apiv1.OSTreeRef, err error) {
func (h *Handler) ListRepositoryRefs(ctx context.Context) (refs []apiv1.OSTreeRef, err error) {
// Transition to provisioning state
if err := h.setState(StateProvisioning); err != nil {
return nil, err
Expand Down

0 comments on commit e5811cb

Please sign in to comment.