Skip to content

Commit

Permalink
update import
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Levin <[email protected]>
  • Loading branch information
jaylevin committed May 8, 2024
1 parent 701757f commit 4a64706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

ujconfig "github.com/upbound/upjet/pkg/config"

vaultnamespace "github.com/upbound/provider-vault/config/vault"
"github.com/upbound/provider-vault/config/vault"
)

const (
Expand All @@ -35,7 +35,7 @@ func GetProvider() *ujconfig.Provider {

for _, configure := range []func(provider *ujconfig.Provider){
// add custom config functions
vaultnamespace.Configure,
vault.Configure,
} {
configure(pc)
}
Expand Down

0 comments on commit 4a64706

Please sign in to comment.