Skip to content

Commit 52a35d4

Browse files
committed
chore: correct typos
1 parent f6da7ca commit 52a35d4

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/diffpy/apps/apps.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,13 @@ def main():
4848
help="Path to the `<.dp-in>` macro file to be run",
4949
)
5050
runmacro_parser.set_defaults(func=runmacro)
51-
# agent application
51+
# agentify application
5252
agentify_parser = apps_parsers.add_parser(
5353
"agentify",
5454
help="Deploy diffpy.cmi agentic skills in the local environment.",
5555
)
5656
agentify_parser.add_argument(
5757
"--agent",
58-
"-a",
5958
help="The agent to use for the agentic skill.",
6059
default="claude",
6160
choices=["claude", "codex"],

tests/test_agentify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def test_agentify_update():
9999
"To overwrite, pass '--update' flag to update the skill"
100100
),
101101
)
102-
# C1: Deploy again with --update flag when skill already exists
102+
# C2: Deploy again with --update flag when skill already exists
103103
# with a dummy file in the skill directory.
104104
# Expect no error to be raised, and the skill is updated.
105105
dummy_file = skill_path / "dummy.txt"

0 commit comments

Comments
 (0)