]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Fix extraneous end
authorHunter Haugen <hunter@puppetlabs.com>
Tue, 11 Aug 2015 15:29:48 +0000 (08:29 -0700)
committerHunter Haugen <hunter@puppetlabs.com>
Tue, 11 Aug 2015 15:29:48 +0000 (08:29 -0700)
spec/spec_helper_acceptance.rb

index 406fcb60803a37e0d98696abde4767be94882dec..5556cbf96f21a8bfb1432b12e20d7c31edac3fce 100755 (executable)
@@ -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