Skip to content

Commit 844b9da

Browse files
author
Kevin Paulisse
committed
Fix comment
1 parent aab6502 commit 844b9da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/octocatalog-diff/catalog-util/fileresources.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def self.convert_file_resources(obj)
2626
# directory doesn't exist or the module isn't found in there). If the file can't be found then
2727
# this returns nil which may trigger an error.
2828
# @param src [String] A file reference: puppet:///modules/xxx/yyy
29-
# @param modulepath [Array] Cached module path
29+
# @param modulepaths [Array] Cached module path
3030
# @return [String] File system path to referenced file
3131
def self.file_path(src, modulepaths)
3232
unless src =~ %r{^puppet:///modules/([^/]+)/(.+)}

0 commit comments

Comments
 (0)