Skip to content

Commit

Permalink
Fixed argument name for validate_dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
  • Loading branch information
olehermanse committed Dec 8, 2023
1 parent 29b99b2 commit c2853b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfbs/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ def validate_module_input(name, module):
if "by" in module:
validate_by(name, module)
if "dependencies" in module:
validate_dependencies(name, module, modules, context)
validate_dependencies(name, module, config, context)
if "version" in module:
validate_version(name, module)
if "commit" in module:
Expand Down

0 comments on commit c2853b5

Please sign in to comment.