Skip to content

Commit d266331

Browse files
update mount resource_cluster reference
1 parent db51fb9 commit d266331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minikube/resource_cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ func initialiseMinikubeClient(d *schema.ResourceData, m interface{}) (service.Cl
348348
SSHPort: d.Get("ssh_port").(int),
349349
ExtraDisks: d.Get("extra_disks").(int),
350350
CertExpiration: time.Duration(d.Get("cert_expiration").(int)) * time.Minute,
351-
Mount: d.Get("hyperv_use_external_switch").(bool),
351+
Mount: d.Get("mount").(bool),
352352
MountString: d.Get("mount_string").(string),
353353
Mount9PVersion: "9p2000.L",
354354
MountGID: "docker",

0 commit comments

Comments
 (0)