Skip to content

Commit

Permalink
update function call
Browse files Browse the repository at this point in the history
  • Loading branch information
GiaJordan committed Jul 18, 2024
1 parent e750ece commit c284eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schematic/models/validate_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def validate_manifest_rules(
)
elif validation_type == "filenameExists":
vr_errors, vr_warnings = validation_method(
rule, manifest, project_scope, access_token
rule, manifest, access_token, project_scope
)
else:
vr_errors, vr_warnings = validation_method(
Expand Down

0 comments on commit c284eba

Please sign in to comment.