Skip to content

Commit

Permalink
omnibus/config/software: use correct binary path for trace-agent (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbbr authored and truthbk committed Mar 6, 2018
1 parent 5207437 commit 2f58c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnibus/config/software/datadog-trace-agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
if windows?
copy "#{gopath.to_path}/bin/#{trace_agent_binary}", "#{install_dir}/bin/agent"
else
copy trace_agent_binary, "#{install_dir}/embedded/bin"
copy "#{gopath.to_path}/bin/#{trace_agent_binary}", "#{install_dir}/embedded/bin"
end
end
end

0 comments on commit 2f58c95

Please sign in to comment.