We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f52c35 commit 3d4df32Copy full SHA for 3d4df32
1 file changed
custom_facts/my_custom_fact.rb
@@ -3,7 +3,6 @@
3
Facter.add(:my_custom_fact) do
4
has_weight(10_000)
5
setcode do
6
- # 'my_custom_fact'
7
Facter.value('os')
8
end
9
0 commit comments