Skip to content

Commit

Permalink
rename to seasl
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhadas committed Nov 20, 2023
1 parent 3aec5b3 commit 395f526
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (
"path/filepath"
"time"

"github.com/davidhadas/vault-control/pkg/certificates"
"github.com/davidhadas/vault-control/pkg/vaultlog"
"github.com/davidhadas/seal-control/pkg/certificates"
"github.com/davidhadas/seal-control/pkg/seallog"
"k8s.io/client-go/kubernetes"
"k8s.io/client-go/rest"
"k8s.io/client-go/tools/clientcmd"
Expand All @@ -35,8 +35,8 @@ import (
)

func main() {
vaultlog.InitLog()
logger := vaultlog.Log
seallog.InitLog()
logger := seallog.Log

var err error
var kubeCfg *rest.Config
Expand Down
File renamed without changes.

0 comments on commit 395f526

Please sign in to comment.