Skip to content

Commit d794938

Browse files
committed
CM-58022-rename scan type name
1 parent 9970be7 commit d794938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cycode/cli/apps/ai_guardrails/scan/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def _setup_scan_context(ctx: typer.Context) -> typer.Context:
250250
ctx.obj['sync'] = True # Synchronous scan
251251

252252
# Set command name for scan logic
253-
ctx.info_name = 'prompt'
253+
ctx.info_name = 'ai-guardrails'
254254

255255
return ctx
256256

0 commit comments

Comments
 (0)