Skip to content

Commit

Permalink
Merge pull request #199 from bastelfreak/fixident
Browse files Browse the repository at this point in the history
fix identation in Gemfile
  • Loading branch information
igalic committed Jul 23, 2016
2 parents b0b3e9c + e1fc217 commit 7b43bbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions moduleroot/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ end
if facterversion = ENV['FACTER_GEM_VERSION']
gem 'facter', facterversion.to_s, :require => false, :groups => [:test]
gem 'facter', facterversion.to_s, :require => false, :groups => [:test]
else
gem 'facter', :require => false, :groups => [:test]
gem 'facter', :require => false, :groups => [:test]
end

ENV['PUPPET_VERSION'].nil? ? puppetversion = '<%= @configs['puppet_version'] || '~> 4.0' %>' : puppetversion = ENV['PUPPET_VERSION'].to_s
Expand Down

0 comments on commit 7b43bbf

Please sign in to comment.