Skip to content

Commit 6cb1792

Browse files
Update lib/puppetfile-resolver/models/module_specification.rb
Co-authored-by: Jordan Breen <112936862+jordanbreen28@users.noreply.github.com>
1 parent 311358c commit 6cb1792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppetfile-resolver/models/module_specification.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module PuppetfileResolver
88
module Models
99
class ModuleSpecification
10-
attr_accessor :name, :owner, :version, :origin, :resolver_flags # Same as R10K module :type
10+
attr_accessor :name, :owner, :version, :origin, :resolver_flags # origin attr same as R10K module :type
1111

1212
def initialize(options = {})
1313
require 'semantic_puppet'

0 commit comments

Comments
 (0)