Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
Print v2 version on new line
Browse files Browse the repository at this point in the history
  • Loading branch information
Layne McNish committed Oct 15, 2019
1 parent 161dcd7 commit 24966ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/packr2/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var versionCmd = &cobra.Command{
Use: "version",
Short: "shows packr version",
RunE: func(cmd *cobra.Command, args []string) error {
fmt.Print(packr.Version)
fmt.Println(packr.Version)
return nil
},
}
Expand Down

0 comments on commit 24966ce

Please sign in to comment.