Rename things in vpn package

This commit is contained in:
katexochen 2022-03-29 11:55:47 +02:00 committed by Paul Meyer
parent 66fe34ee32
commit ed45ba2777
3 changed files with 6 additions and 6 deletions

View file

@ -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
}