From 5093a06026b0f4abe6b16ccf5381a19caf594166 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 3 Apr 2026 16:15:50 +0900 Subject: internal/pkg: cache flags This is cleaner for extending the API. Signed-off-by: Ophestra --- internal/rosa/rosa_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/rosa') diff --git a/internal/rosa/rosa_test.go b/internal/rosa/rosa_test.go index c0b01a31..18d7b99b 100644 --- a/internal/rosa/rosa_test.go +++ b/internal/rosa/rosa_test.go @@ -60,7 +60,7 @@ func getCache(t *testing.T) *pkg.Cache { msg := message.New(log.New(os.Stderr, "rosa: ", 0)) msg.SwapVerbose(true) - if buildTestCache, err = pkg.Open(ctx, msg, 0, a); err != nil { + if buildTestCache, err = pkg.Open(ctx, msg, 0, 0, a); err != nil { t.Fatal(err) } } -- cgit v1.3.1