Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: grafana/k6
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c5581784cc1f507df75518fba8eecba071f04a7e
Choose a base ref
..
head repository: grafana/k6
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dfe15392afaa04748c87779d2392f78e374f8563
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 cmd/version.go
1 change: 0 additions & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
@@ -65,7 +65,6 @@ func (c *versionCmd) run(cmd *cobra.Command, _ []string) error {
func getCmdVersion(gs *state.GlobalState) *cobra.Command {
versionCmd := &versionCmd{gs: gs}

// versionCmd represents the version command.
cmd := &cobra.Command{
Use: "version",
Short: "Show application version",