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.
1 parent 044b9f2 commit d9c9958Copy full SHA for d9c9958
config/introscope_agent.yml
@@ -15,6 +15,6 @@
15
16
# Configuration for the CA Wily framework
17
---
18
-repository_root: "https://ca.bintray.com/apm-agents"
+repository_root: https://ca.bintray.com/apm-agents
19
version: 10.+
20
-default_agent_name: ! '$(ruby -e "require ''json'' ; puts JSON.parse(ENV[''VCAP_APPLICATION''])[''application_name'']")'
+default_agent_name: $(ruby -e "require 'json' ; puts JSON.parse(ENV['VCAP_APPLICATION'])['application_name']")
0 commit comments