Commit 82a6f8c3 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Make UnionFs example compile again.

parent a90af8f5
......@@ -29,7 +29,7 @@ func main() {
DeletionDirName: *deldirname,
}
ufs, err := unionfs.NewUnionFsFromRoots(flag.Args()[1:], &ufsOptions)
ufs, err := unionfs.NewUnionFsFromRoots(flag.Args()[1:], &ufsOptions, true)
if err != nil {
log.Fatal("Cannot create UnionFs", err)
os.Exit(1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment