Skip to content

Commit

Permalink
Yield Pathnames for embedded_workflows_content
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Oct 30, 2023
1 parent 6bb8a46 commit df866c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vmdb/plugins.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def ansible_runner_content
def embedded_workflows_content
@embedded_workflows_content ||= begin
flat_map do |engine|
Dir.glob(engine.root.join("content", "workflows", "**", "*.asl"))
engine.root.join("content", "workflows").glob("**/*.asl")
end
end
end
Expand Down

0 comments on commit df866c4

Please sign in to comment.