Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove excess spacing around << operator (style).
  • Loading branch information
fnichol committed Jun 25, 2015
1 parent 682f11f commit cad0302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/kitchen/provisioner/chef_zero.rb
Expand Up @@ -99,10 +99,10 @@ def add_optional_chef_client_args!(args)
# these flags are modern/chef-client local most only and will not work
# on older versions of chef-client
if config[:chef_zero_host]
args << "--chef-zero-host #{config[:chef_zero_host]}"
args << "--chef-zero-host #{config[:chef_zero_host]}"
end
if config[:chef_zero_port]
args << "--chef-zero-port #{config[:chef_zero_port]}"
args << "--chef-zero-port #{config[:chef_zero_port]}"
end
end

Expand Down

0 comments on commit cad0302

Please sign in to comment.