Skip to content

Commit

Permalink
Update lib/puppetfile-resolver/models/module_specification.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Breen <[email protected]>
  • Loading branch information
LukasAud and jordanbreen28 authored Jan 23, 2024
1 parent 311358c commit 6cb1792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppetfile-resolver/models/module_specification.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module PuppetfileResolver
module Models
class ModuleSpecification
attr_accessor :name, :owner, :version, :origin, :resolver_flags # Same as R10K module :type
attr_accessor :name, :owner, :version, :origin, :resolver_flags # origin attr same as R10K module :type

def initialize(options = {})
require 'semantic_puppet'
Expand Down

0 comments on commit 6cb1792

Please sign in to comment.