Skip to content

Commit 5922707

Browse files
Potential fix for pull request finding 'Unused local variable'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 17fdc9a commit 5922707

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/specify_cli/integrations/copilot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def dispatch_command(
193193

194194
cli_args = ["copilot", "-p", prompt]
195195
if not skills_mode:
196-
cli_args.extend(["--agent", f"speckit.{stem}"])
196+
cli_args.extend(["--agent", agent_name])
197197
if _allow_all():
198198
cli_args.append("--yolo")
199199
if model:

0 commit comments

Comments
 (0)