Skip to content

Commit d3f423d

Browse files
committed
FIXUP
1 parent e0b63cb commit d3f423d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aegis/commands/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def init_command(
124124
)
125125
if missing_components:
126126
typer.echo(
127-
f"💡 Suggestion: Add missing components: --components {','.join(selected_components + missing_components)}",
127+
f"💡 Suggestion: Add missing components: --components {','.join(list(dict.fromkeys(selected_components + missing_components)))}",
128128
err=True,
129129
)
130130
typer.echo(

0 commit comments

Comments
 (0)