From 1f8be0a63d7ce5770e24e9578f5345418030a80c Mon Sep 17 00:00:00 2001 From: nemat97 Date: Tue, 12 Mar 2024 12:20:09 +0100 Subject: [PATCH] set the msg in the func --- create/application.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/create/application.go b/create/application.go index 50667e9..2157e3a 100644 --- a/create/application.go +++ b/create/application.go @@ -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 }