From: Hunter Haugen Date: Tue, 11 Aug 2015 15:29:48 +0000 (-0700) Subject: Fix extraneous end X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0a58b9382c9cb5eb74519219dfe0cce1dd814993;p=puppet-stdlib.git Fix extraneous end --- 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