We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b81b53c + 94649f2 commit a241304Copy full SHA for a241304
Makefile
@@ -266,6 +266,7 @@ examples/python: examples/datadog-api-client-python clean-python-examples
266
267
examples/ruby: examples/datadog-api-client-ruby clean-ruby-examples
268
@cd examples/datadog-api-client-ruby; ./extract-code-blocks.sh $(EXAMPLES_DIR) || (echo "Error copying Ruby code examples, aborting build."; exit 1); if [ -d examples ]; then cp -R examples/* $(EXAMPLES_DIR)/; fi
269
+ @find examples/content -iname \*.rb -exec mv {} {}beta \;
270
271
-cp -Rn examples/content ./
272
0 commit comments