Skip to content

Commit

Permalink
Merge pull request #27 from grafana/fix-cache-description
Browse files Browse the repository at this point in the history
fix description cache server
  • Loading branch information
pablochacin authored Aug 28, 2024
2 parents e95d61b + c5c4e11 commit 17eaadd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Build k6 using one of the supported builders.

## Commands

* [k6build cache](#k6build-cache) - k6 cache server
* [k6build cache](#k6build-cache) - k6build cache server
* [k6build local](#k6build-local) - build custom k6 binary locally
* [k6build remote](#k6build-remote) - build a custom k6 using a remote build server
* [k6build server](#k6build-server) - k6 build service

---
# k6build cache

k6 cache server
k6build cache server

## Synopsis

Expand Down
2 changes: 1 addition & 1 deletion cmd/cache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func New() *cobra.Command {

cmd := &cobra.Command{
Use: "cache",
Short: "k6 cache server",
Short: "k6build cache server",
Long: long,
Example: example,
// prevent the usage help to printed to stderr when an error is reported by a subcommand
Expand Down

0 comments on commit 17eaadd

Please sign in to comment.