🎨 Rebrand

See: https://github.com/c3os-io/c3os/issues/88
This commit is contained in:
Ettore Di Giacinto
2022-09-16 15:42:45 +00:00
parent 68e318e664
commit 359ed271c7
44 changed files with 279 additions and 279 deletions

View File

@@ -6,8 +6,8 @@ import (
"net"
"time"
"github.com/c3os-io/c3os/pkg/utils"
"github.com/ipfs/go-log"
"github.com/kairos-io/kairos/pkg/utils"
"github.com/mudler/edgevpn/api"
"github.com/mudler/edgevpn/pkg/logger"
"github.com/mudler/edgevpn/pkg/node"
@@ -51,7 +51,7 @@ func bridge(c *cli.Context) error {
ctx := context.Background()
nc := networkConfig(token, c.String("address"), c.String("log-level"), "c3os0")
nc := networkConfig(token, c.String("address"), c.String("log-level"), "kairos0")
lvl, err := log.LevelFromString(nc.LogLevel)
if err != nil {