Skip to content

Commit

Permalink
Fixed error message
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Büchse <[email protected]>
  • Loading branch information
mbuechse committed Jan 10, 2024
1 parent 26c8ca8 commit c70231f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/iaas/flavor-naming/check-yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def check_spec(self, flavor_spec):

def main(argv):
if len(argv) != 2:
raise RuntimeError("must specify exactly one argument, PATH to the yaml file")
raise RuntimeError("must specify exactly one argument, PATH to the yaml directory")
yaml_path = argv[1]
yaml_files = sorted([
filename
Expand Down

0 comments on commit c70231f

Please sign in to comment.