We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911910b commit 23bd0a1Copy full SHA for 23bd0a1
1 file changed
java-agent/README.md
@@ -30,7 +30,7 @@ export JAEGER_SERVICE_NAME=MY_SERVICE_NAME
30
To obtain the latest Java agent, download it to your host's filesystem:
31
32
```
33
-curl -sSL -o /opt/signalfx-tracing.jar https://search.maven.org/remote_content?g=com.signalfx.public&a=signalfx-java-agent&v=LATEST&c=unbundled
+curl -sSL -o /opt/signalfx-tracing.jar 'https://search.maven.org/remote_content?g=com.signalfx.public&a=signalfx-java-agent&v=LATEST&c=unbundled'
34
35
36
Make sure it is not writable by unsecured users since modifications to the
0 commit comments