aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/busybox.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-05-23 13:55:17 +0900
committerOphestra <cat@gensokyo.uk>2026-05-23 14:00:18 +0900
commite5a40942982cae870f52a3d254feba70c0e46136 (patch)
treeb0f751324bd67edaa49c95f20204623264a1fa85 /internal/rosa/busybox.go
parent410c4f8bb08939c2de370da4ff6f6b13f48aaa1e (diff)
internal/rosa: remove unused helpers
These are no longer needed after migration. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/busybox.go')
-rw-r--r--internal/rosa/busybox.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/busybox.go b/internal/rosa/busybox.go
index 32d903a6..923f25ef 100644
--- a/internal/rosa/busybox.go
+++ b/internal/rosa/busybox.go
@@ -26,7 +26,7 @@ func (a busyboxBin) Params(*pkg.IContext) {}
// IsExclusive returns false: Cure performs a trivial filesystem write.
func (busyboxBin) IsExclusive() bool { return false }
-// Dependencies returns the underlying busybox [pkg.File].
+// Dependencies returns the underlying busybox [pkg.FileArtifact].
func (a busyboxBin) Dependencies() []pkg.Artifact {
return []pkg.Artifact{a.bin}
}