Skip to content

Commit

Permalink
break
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz-makandra committed Mar 4, 2025
1 parent cbf1ba1 commit 964567a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/sysctl/augeas.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
optional_commands sysctl: 'sysctl'

resource_path do |resource|
name = resource[:name].to_s.gsub('/','\/')
name = resource[:name]
"$target/#{name}"
end

Expand Down

0 comments on commit 964567a

Please sign in to comment.