summaryrefslogtreecommitdiff
path: root/spec/spec_helper_acceptance.rb
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppetlabs.com>2015-08-11 08:29:48 -0700
committerHunter Haugen <hunter@puppetlabs.com>2015-08-11 08:29:48 -0700
commit0a58b9382c9cb5eb74519219dfe0cce1dd814993 (patch)
tree496ae186c600279097bdfc1b4254fdcbe68f088c /spec/spec_helper_acceptance.rb
parenta56e119f186dda16a4e04d3f5b1a180be7335e37 (diff)
Fix extraneous end
Diffstat (limited to 'spec/spec_helper_acceptance.rb')
-rwxr-xr-xspec/spec_helper_acceptance.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb
index 406fcb6..5556cbf 100755
--- a/spec/spec_helper_acceptance.rb
+++ b/spec/spec_helper_acceptance.rb
@@ -42,8 +42,7 @@ RSpec.shared_context "with faked facts" do
'C:/ProgramData/PuppetLabs/facter/facts.d'
end
elsif fact('is_pe', '--puppet') == "true"
- '/etc/puppetlabs/facter/facts.d'
- end
+ '/etc/puppetlabs/facter/facts.d'
else
'/etc/facter/facts.d'
end