Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewedy committed Dec 9, 2020
1 parent 67f1265 commit c8c68c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hypervisor/virtualbox/virtualbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ func (*virtualbox) RemoveMounts(vmName, ipAddr string) error {

for i := range transientMounts {
mountName := transientMounts[i]
fmt.Println(mountName)
if _, err = vboxManage("sharedfolder", "remove", vmName, "--name", mountName, "--transient").Call(); err != nil {
return err
}
Expand Down

0 comments on commit c8c68c7

Please sign in to comment.