Skip to content

Commit

Permalink
Update cloudinit/config/schema.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chad Smith <chad.smith@canonical.com>
  • Loading branch information
holmanb and blackboxsw authored Nov 21, 2023
1 parent 167c8a4 commit c54794b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudinit/config/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ def validate_cloudconfig_file(
cloudconfig, schema, strict=True, log_deprecations=False
):
print(
"Skipping network-config schema validation."
f"Skipping {schema_type}schema validation."
" Jsonschema dependency missing."
)
return False
Expand Down

0 comments on commit c54794b

Please sign in to comment.