Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:DataDog/datadog-sdk-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
truthbk committed Feb 3, 2017
2 parents 5650686 + 09fdbba commit 08c0d13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/tasks/ci/common.rb
Original file line number Diff line number Diff line change
@@ -163,9 +163,8 @@ def rename_skeleton(integration)

def replace_guid(integration)
guid = SecureRandom.uuid
f = File.open("#{ENV['SDK_HOME']}/#{integration}/manifest.json")
f = "#{ENV['SDK_HOME']}/#{integration}/manifest.json"
sed(f, 's', 'guid_replaceme', guid.to_s, 'g')
file.close
end

def generate_skeleton(integration)

0 comments on commit 08c0d13

Please sign in to comment.