Skip to content

Commit

Permalink
Update console/commands/new_command.go
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbrzzl authored May 28, 2024
1 parent f70bacb commit 900cf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/commands/new_command.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (receiver *NewCommand) generate(ctx console.Context, name string) error {

// clone the repository
clone := exec.Command("git", "clone", "https://github.com/goravel/goravel.git", path)
err := ctx.Spinner("creating a \"goravel/goravel\" project at \""+name+"\"", console.SpinnerOption{
err := ctx.Spinner("Creating a \"goravel/goravel\" project at \""+name+"\"", console.SpinnerOption{
Action: func() {
if err := clone.Run(); err != nil {
color.Errorf("error while generating the project : %s\n", err.Error())
Expand Down

0 comments on commit 900cf6f

Please sign in to comment.