Skip to content

Commit

Permalink
Add missing period to info message
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Aug 26, 2024
1 parent 6e9003f commit 949eba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zabbix_cli/commands/templategroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def move_templates(
# because inferred type is "list[HostGroup | TemplateGroup]""
[dest], # pyright: ignore[reportArgumentType]
)
info(f"Added templates to {dest.name!r}")
info(f"Added templates to {dest.name!r}.")
try:
app.state.client.remove_templates_from_groups(
src.templates,
Expand Down

0 comments on commit 949eba9

Please sign in to comment.