summaryrefslogtreecommitdiff
path: root/internal/run.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-01-19 08:58:08 +0200
committerPaul Buetow <paul@buetow.org>2025-01-19 08:58:08 +0200
commitf15224d720b8a3e29527ab913801503160fdaf8e (patch)
tree59117e9847294f2db6c39f7c8e01e8cf4dca95c4 /internal/run.go
parent5c3813b593415615116acbe8d21f262c1f20e9f8 (diff)
renaming of Gemini flags, add GeminiCapsule
Diffstat (limited to 'internal/run.go')
-rw-r--r--internal/run.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/run.go b/internal/run.go
index b1f85e8..ff25112 100644
--- a/internal/run.go
+++ b/internal/run.go
@@ -16,7 +16,7 @@ import (
)
func run(ctx context.Context, args config.Args) error {
- if len(args.SummaryFor) > 0 {
+ if len(args.GeminiSummaryFor) > 0 {
return summary.Run(ctx, args)
}