Skip to content

Commit

Permalink
fix identation in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jul 23, 2016
1 parent b0b3e9c commit e1fc217
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 e1fc217

Please sign in to comment.