Skip to content

Commit d9c9958

Browse files
committed
Polishing
1 parent 044b9f2 commit d9c9958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/introscope_agent.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
# Configuration for the CA Wily framework
1717
---
18-
repository_root: "https://ca.bintray.com/apm-agents"
18+
repository_root: https://ca.bintray.com/apm-agents
1919
version: 10.+
20-
default_agent_name: ! '$(ruby -e "require ''json'' ; puts JSON.parse(ENV[''VCAP_APPLICATION''])[''application_name'']")'
20+
default_agent_name: $(ruby -e "require 'json' ; puts JSON.parse(ENV['VCAP_APPLICATION'])['application_name']")

0 commit comments

Comments
 (0)