Skip to content

Commit

Permalink
set the msg in the func
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemat97 committed Mar 12, 2024
1 parent 0d481e9 commit 1f8be0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions create/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,7 @@ func (app *applicationCmd) Run(ctx context.Context, client *api.Client) error {
return err
}

msg := "co2 compensating the app 🌳"
if err := spinnerMessage(msg, 2*time.Second); err != nil {
if err := spinnerMessage("co2 compensating the app 🌳", 2*time.Second); err != nil {
return err
}

Expand Down

0 comments on commit 1f8be0a

Please sign in to comment.