Skip to content

Commit 83f218a

Browse files
committed
review
1 parent 803e900 commit 83f218a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/create.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ func (c CreateCmd) Create(ctx context.Context, ci create.CreateInput) error {
5151
spinner.Fail("Failed to copy template files")
5252
return fmt.Errorf("failed to copy template files: %w", err)
5353
}
54+
spinner.Success()
5455

5556
nextSteps, err := create.InstallDependencies(appPath, ci)
5657
if err != nil {

0 commit comments

Comments
 (0)