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

Commit

Permalink
Merge pull request #20 from DataDog/greg/comma-fix
Browse files Browse the repository at this point in the history
The comma should have been a dot
  • Loading branch information
truthbk authored Sep 15, 2016
2 parents 2d085f6 + 6f956e1 commit 9de78dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/ci/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def rename_skeleton(integration)

def generate_skeleton(integration)
copy_skeleton('lib/config/ci/skeleton.rake', "ci/#{integration}.rake", integration)
copy_skeleton('lib/config/manifest.json', 'manifest,json', integration)
copy_skeleton('lib/config/manifest.json', 'manifest.json', integration)
copy_skeleton('lib/config/check.py', 'check.py', integration)
copy_skeleton('lib/config/test_skeleton.py', "test_#{integration}.py", integration)
copy_skeleton('lib/config/metadata.csv', 'metadata.csv', integration)
Expand Down

0 comments on commit 9de78dd

Please sign in to comment.