Skip to content

Commit

Permalink
docs: Add missing trailing slash in installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelGerding authored Dec 18, 2024
1 parent 87c0054 commit 5a65dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ helm upgrade steadybit-extension-k6 \
--timeout 5m0s \
--create-namespace \
--namespace steadybit-agent \
--set k6.cloudApiToken="111-222-333"
--set k6.cloudApiToken="111-222-333" \
steadybit-extension-k6/steadybit-extension-k6
```

Expand Down

0 comments on commit 5a65dd5

Please sign in to comment.