Skip to content

Commit 6d5e51b

Browse files
authored
Merge pull request #163 from opsmill/bgi-fix-typo-schema-update
Fix typo in command result
2 parents dd05fc5 + 9e5b0c3 commit 6d5e51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrahub_sdk/ctl/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ async def load(
129129
for schema_file in schemas_data:
130130
console.print(f"[green] schema '{schema_file.location}' loaded successfully")
131131
else:
132-
console.print("[green] The schema in Infrahub was is already up to date, no changes were required")
132+
console.print("[green] The schema in Infrahub was already up to date, no changes were required")
133133

134134
console.print(f"[green] {len(schemas_data)} {schema_definition} processed in {loading_time:.3f} seconds.")
135135

0 commit comments

Comments
 (0)