Commit 4b491025 by syed-awais-ali

fixed comment

parent 7ebabaf7
......@@ -358,7 +358,7 @@ def _get_play_name_from_dockerfile(path):
"""
# get individual parts of a file path
dirs = path.parts
# name of play is the preceeding part of the file path before "Dockerfile"
# name of play
return dirs[-2]
......
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