Skip to content

Commit

Permalink
Merge pull request #51 from anuriq/master
Browse files Browse the repository at this point in the history
Support spaces in file path.
  • Loading branch information
vkhatri committed May 22, 2016
2 parents eb3f812 + 952684f commit d5a6c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
end

powershell 'install filebeat as service' do
code "#{node['filebeat']['windows']['base_dir']}/filebeat-#{node['filebeat']['version']}-windows/install-service-filebeat.ps1"
code "& '#{node['filebeat']['windows']['base_dir']}/filebeat-#{node['filebeat']['version']}-windows/install-service-filebeat.ps1'"
only_if { node['platform'] == 'windows' }
end

Expand Down

0 comments on commit d5a6c67

Please sign in to comment.