Skip to content

Commit

Permalink
Merge pull request #39 from getsolus/fix-cherry-pick
Browse files Browse the repository at this point in the history
copy-source: Fix indexing wrong repo
  • Loading branch information
ReillyBrogan authored Jun 29, 2024
2 parents fed4e2a + 2167360 commit ba6257e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ferryd/core/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func (m *Manager) CopySource(repoID, target, sourceID string, release int) error
return err
}

return m.Index(repoID)
return m.Index(target)
}

// TrimObsolete will ask the repo to remove obsolete packages
Expand Down

0 comments on commit ba6257e

Please sign in to comment.