Skip to content

Commit

Permalink
(CAT-2207) Remove legacy facts
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkarsale committed Feb 3, 2025
1 parent 5f7cf00 commit 5d90330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/st0361_uploading_facts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
require 'json'
require 'open3'

path = if Facter.value(:osfamily).eql? 'windows'
path = if Facter.value(:'os.family').eql? 'windows'
'C:\\"Program Files"\\"Puppet Labs"\\Puppet\\bin\\'
else
'/opt/puppetlabs/bin/'
Expand Down

0 comments on commit 5d90330

Please sign in to comment.