Skip to content

Commit 43272f9

Browse files
authored
Fix function definition for darwin files (#120)
Signed-off-by: Shiva Krishna, Merla <[email protected]>
1 parent b394aca commit 43272f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapi/chapidriver_darwin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,6 @@ func (driver *MacDriver) ExpandDevice(targetPath string, volAccessType model.Vol
133133
}
134134

135135
// MountNFSVolume mounts NFS share onto given target path
136-
func (driver *MacDriver) MountNFSVolume(source string, targetPath string, mountOptions []string) error {
136+
func (driver *MacDriver) MountNFSVolume(source string, targetPath string, mountOptions []string, nfsType string) error {
137137
return nil
138138
}

0 commit comments

Comments
 (0)