We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd05fc5 + 9e5b0c3 commit 6d5e51bCopy full SHA for 6d5e51b
infrahub_sdk/ctl/schema.py
@@ -129,7 +129,7 @@ async def load(
129
for schema_file in schemas_data:
130
console.print(f"[green] schema '{schema_file.location}' loaded successfully")
131
else:
132
- console.print("[green] The schema in Infrahub was is already up to date, no changes were required")
+ console.print("[green] The schema in Infrahub was already up to date, no changes were required")
133
134
console.print(f"[green] {len(schemas_data)} {schema_definition} processed in {loading_time:.3f} seconds.")
135
0 commit comments