Skip to content

Commit

Permalink
main.go: Changed the execution
Browse files Browse the repository at this point in the history
  • Loading branch information
xescugc committed Jul 8, 2020
1 parent ed2c373 commit dd69707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

func main() {
if err := cmd.RootCmd.Execute(); err != nil {
if err := cmd.Execute(); err != nil {
fmt.Println(err)
os.Exit(1)
}
Expand Down

0 comments on commit dd69707

Please sign in to comment.