We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03714b7 commit bc4bfb6Copy full SHA for bc4bfb6
1 file changed
infrahub_sdk/ctl/commands/update.py
@@ -65,8 +65,9 @@ async def update_command(
65
branch=branch,
66
)
67
elif file:
68
- console.print("[dim]Note: KIND and IDENTIFIER are ignored in --file mode; "
69
- "the file defines target objects.[/dim]")
+ console.print(
+ "[dim]Note: KIND and IDENTIFIER are ignored in --file mode; the file defines target objects.[/dim]"
70
+ )
71
await _update_with_file(
72
client=client,
73
file=file,
0 commit comments