Oops, totally screwed that up.

geesefs-0-30-9
Aaron Jacobs 2015-03-25 10:16:42 +11:00
parent e2a8e77cdc
commit 32c00cb130
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ import "github.com/jacobsa/bazilfuse"
// Attempt to unmount the file system whose mount point is the supplied
// directory.
func Unmount(dir string) {
func Unmount(dir string) error {
return bazilfuse.Unmount(dir)
}