Commit 07b20395 by Michael Roytman

correct reference to _get_playbook_name_from_file method in parsefiles.py script

parent 94a3997c
......@@ -207,7 +207,7 @@ def get_plays(files, git_dir, playbooks_dirs):
# if the change set file is in the set of playbook files
if file_path in candidate_files:
plays.add(_get_playbok_name_from_file(file_path))
plays.add(_get_playbook_name_from_file(file_path))
return plays
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment