Skip to content

Commit

Permalink
Merge branch 'hotfix/2.5.6' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris DiMartino committed May 15, 2012
2 parents 6544792 + 6c33ab5 commit ef124d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/dns_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def self.cluster_overrides args
end
end
cluster_hosts[:text] = cluster_hosts[:array].inject('') do |text, h|
text += "%15s %s\n" % h
text += "%-15s %s\n" % h
end
args[:hosts].merge( { :__static__ => cluster_hosts } )
end
Expand Down

0 comments on commit ef124d8

Please sign in to comment.