Skip to content

Commit

Permalink
#45: auto generate coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
kcmvp committed Jan 8, 2024
1 parent d1daac5 commit d6bc6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func do(execution internal.Execution, cmd *cobra.Command, args ...string) error
if err := execute(cmd, arg); err != nil {
return errors.New(color.RedString("failed to %s the project \n", arg))
}
color.Green("%s successfully", arg)
color.Green("%s successfully", strings.ToUpper(string(arg[0]))+arg[1:])
}
return nil
}
Expand Down

0 comments on commit d6bc6a8

Please sign in to comment.