Skip to content

Commit c679941

Browse files
authored
Merge pull request #28 from cisco-open/svrnm-patch-1
Fix fatjar download URL in quickstart
2 parents 3722424 + 65a5ae6 commit c679941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can do all of that in the command line using [curl](https://curl.se/) like t
3333
```shell
3434
mkdir my-test-telemetry
3535
cd my-test-telemetry
36-
curl -O https://github.com/cisco-open/test-telemetry-generator/releases/download/latest/test-telemetry-generator-otel-proto-0.18.0-fatjar.jar
36+
curl -O -L https://github.com/cisco-open/test-telemetry-generator/releases/latest/download/test-telemetry-generator-otel-proto-0.18.0-fatjar.jar
3737
curl -O https://raw.githubusercontent.com/cisco-open/test-telemetry-generator/master/example-definitions/entity-definition.yaml
3838
curl -O https://raw.githubusercontent.com/cisco-open/test-telemetry-generator/master/example-definitions/trace-definition.yaml
3939
curl -O https://raw.githubusercontent.com/cisco-open/test-telemetry-generator/master/example-definitions/cli-target-rest.yaml

0 commit comments

Comments
 (0)