Skip to content

Commit 7f22f62

Browse files
Added missing bracket due to merge issue.
1 parent 6672bf2 commit 7f22f62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netshare/drivers/nfs.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ func (n nfsDriver) Unmount(r volume.UnmountRequest) volume.Response {
125125
} else {
126126
if err := os.RemoveAll(hostdir); err != nil {
127127
return volume.Response{Err: err.Error()}
128+
}
128129
}
129130

130131
return volume.Response{}

0 commit comments

Comments
 (0)