Skip to content

Commit

Permalink
Merge pull request chef-boneyard#532 from dustyburwell/patch-1
Browse files Browse the repository at this point in the history
Update example to use more idiomatic Ruby
  • Loading branch information
tas50 authored Aug 25, 2016
2 parents 2f245c6 + b8e447e commit fd283f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/cluster.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
num_webservers = 1

machine_batch do
1.upto(num_webservers) do |i|
num_webservers.times do |i|
machine "luigi#{i}" do
# recipe 'apache'
# recipe 'mywebapp'
Expand Down

0 comments on commit fd283f8

Please sign in to comment.