Skip to content

Commit

Permalink
Merge pull request #194 from puppetlabs/CAT-2207-legacy
Browse files Browse the repository at this point in the history
(CAT-2207) Remove legacy facts
  • Loading branch information
MartyEwings authored Feb 3, 2025
2 parents 5f7cf00 + 5d90330 commit a8a2523
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 a8a2523

Please sign in to comment.