Skip to content

Commit

Permalink
Fix broken command
Browse files Browse the repository at this point in the history
  • Loading branch information
emilingerslev committed Oct 2, 2018
1 parent 0c99778 commit 6196870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ var (
)

func init() {
versionCmd.Flags().BoolVarP(&showCommit, "commit", "c", false, "Get git commit sha for current version")
versionCmd.Flags().BoolVar(&showCommit, "commit", false, "Get git commit sha for current version")
rootCmd.AddCommand(versionCmd)
}

0 comments on commit 6196870

Please sign in to comment.