summaryrefslogtreecommitdiff
path: root/internal/run.go
diff options
context:
space:
mode:
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)
}