From dde69dde61e57fa929596294f6b4e8f798f5598e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 2 Jul 2026 22:59:40 +0900 Subject: internal/pkg: rename inputs method Inputs is more correct than dependencies in the current terminology. Signed-off-by: Ophestra --- internal/rosa/etc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/rosa/etc.go') diff --git a/internal/rosa/etc.go b/internal/rosa/etc.go index ce43bf07..a69b3fa9 100644 --- a/internal/rosa/etc.go +++ b/internal/rosa/etc.go @@ -118,8 +118,8 @@ func init() { // IsExclusive returns false: Cure performs a few trivial filesystem writes. func (cureEtc) IsExclusive() bool { return false } -// Dependencies returns a slice containing the backing iana-etc release. -func (a cureEtc) Dependencies() []pkg.Artifact { +// Inputs returns a slice containing the backing iana-etc release. +func (a cureEtc) Inputs() []pkg.Artifact { if !a.minimal { return []pkg.Artifact{ianaEtc} } -- cgit v1.3.1