Skip to content

Commit 41db4ea

Browse files
committed
fix opts
1 parent 67ffd30 commit 41db4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ func (m *Ci) CiIntegration(
251251
// deptrack API key
252252
dtApiKey,
253253
// ignore linter failures
254-
dagger.PitcFlowRunOpts{Pass: pass},
254+
dagger.PitcFlowFullOpts{Pass: pass},
255255
)
256256
}
257257

0 commit comments

Comments
 (0)