Skip to content

Commit cb26a5b

Browse files
committed
fixup
1 parent 4c91dac commit cb26a5b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/puppet-lint/plugins/top_scope_facts/top_scope_facts.rb

100755100644
File mode changed.

spec/unit/puppet-lint/plugins/top_scope_facts/top_scope_facts_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
end
3838

3939
context 'fact variable using top scope' do
40-
let(:code) { '$::operatingsystem' }
40+
let(:code) { '$::fqdn' }
4141

4242
it 'does not detect a single problem' do
4343
expect(problems).to have(0).problem

0 commit comments

Comments
 (0)