We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab6502 commit 844b9daCopy full SHA for 844b9da
1 file changed
lib/octocatalog-diff/catalog-util/fileresources.rb
@@ -26,7 +26,7 @@ def self.convert_file_resources(obj)
26
# directory doesn't exist or the module isn't found in there). If the file can't be found then
27
# this returns nil which may trigger an error.
28
# @param src [String] A file reference: puppet:///modules/xxx/yyy
29
- # @param modulepath [Array] Cached module path
+ # @param modulepaths [Array] Cached module path
30
# @return [String] File system path to referenced file
31
def self.file_path(src, modulepaths)
32
unless src =~ %r{^puppet:///modules/([^/]+)/(.+)}
0 commit comments