Skip to content

Commit

Permalink
fix(datastore): cmd was runner due to duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-pad committed Apr 24, 2024
1 parent d31e6e9 commit eb42693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/datastore/datastore.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (

func BuildDatastoreCmd(app *burrito.App) *cobra.Command {
cmd := &cobra.Command{
Use: "runner",
Short: "cmd to use burrito's runner",
Use: "datastore",
Short: "cmd to use burrito's datastore",
}
cmd.AddCommand(buildDatastoreStartCmd(app))
return cmd
Expand Down

0 comments on commit eb42693

Please sign in to comment.