Skip to content

Commit bf6d9e8

Browse files
author
pengjiahan.pjh
committed
fix:literal bug
1 parent 694de56 commit bf6d9e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/powershell/update-agent-context.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Relies on common helper functions in common.ps1
2525
#>
2626
param(
2727
[Parameter(Position=0)]
28-
[ValidateSet('claude','gemini','copilot','cursor-agent','qwen','opencode','codex','windsurf','kilocode','auggie','roo','codebuddy','qoder,'amp','shai','q')]
28+
[ValidateSet('claude','gemini','copilot','cursor-agent','qwen','opencode','codex','windsurf','kilocode','auggie','roo','codebuddy','qoder','amp','shai','q')]
2929
[string]$AgentType
3030
)
3131

0 commit comments

Comments
 (0)