Skip to content

Commit

Permalink
Merge branch 'master' into cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Adirio authored Nov 12, 2019
2 parents f1ae13d + 04dec5c commit ca74d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ func NewVersionCmd() *cobra.Command {
}
}

func runVersion(cmd *cobra.Command, args []string) {
func runVersion(_ *cobra.Command, _ []string) {
getVersion().Print()
}

0 comments on commit ca74d9c

Please sign in to comment.