Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Make provider…
Browse files Browse the repository at this point in the history
… upgradable; Add logic to correctly switch between channels
  • Loading branch information
root-expert committed Sep 11, 2024
1 parent 1468c9a commit 052f346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/package/snap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
def self.instances
Puppet.info('called instances')
@installed_snaps ||= installed_snaps
Puppet.info("installed_snaps = #{@installed_snaps})
Puppet.info("installed_snaps = #{@installed_snaps}")
@installed_snaps.map do |snap|
new(name: snap['name'], ensure: snap['tracking-channel'], provider: 'snap')
end
Expand Down

0 comments on commit 052f346

Please sign in to comment.