mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-14 20:22:13 -04:00
Rename things in vpn package
This commit is contained in:
parent
66fe34ee32
commit
ed45ba2777
3 changed files with 6 additions and 6 deletions
|
@ -55,7 +55,7 @@ func runInitialize(cmd *cobra.Command, args []string) error {
|
|||
|
||||
protoClient := proto.NewClient(*config.Provider.GCP.PCRs)
|
||||
defer protoClient.Close()
|
||||
vpnClient, err := vpn.NewWithDefaults()
|
||||
vpnClient, err := vpn.NewConfigurerWithDefaults()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue