diff options
Diffstat (limited to 'lib/puppet/feature/rails.rb')
-rw-r--r-- | lib/puppet/feature/rails.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/puppet/feature/rails.rb b/lib/puppet/feature/rails.rb index f1997bd6b..05d416edc 100644 --- a/lib/puppet/feature/rails.rb +++ b/lib/puppet/feature/rails.rb @@ -20,9 +20,7 @@ Puppet.features.add(:rails) do end end - if count > 0 - retry - end + retry if count > 0 end end |