Mohammed Nafees 4 anni fa
parent
commit
1b63620132
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      cli/cmd/deploy.go

+ 2 - 0
cli/cmd/deploy.go

@@ -617,6 +617,8 @@ func updateUnsetEnvGroup(_ *types.GetAuthenticatedUserResponse, client *api.Clie
 		return err
 	}
 
+	color.New(color.FgGreen).Println("env group successfully updated")
+
 	return nil
 }