Adapt to changed interface in reva
This commit is contained in:
committed by
Michael Barz
parent
1d2a868fba
commit
ab5c9703c1
@@ -24,6 +24,7 @@ import (
|
|||||||
"github.com/cs3org/reva/v2/pkg/store"
|
"github.com/cs3org/reva/v2/pkg/store"
|
||||||
"github.com/owncloud/ocis/v2/ocis-pkg/config"
|
"github.com/owncloud/ocis/v2/ocis-pkg/config"
|
||||||
"github.com/owncloud/ocis/v2/ocis/pkg/register"
|
"github.com/owncloud/ocis/v2/ocis/pkg/register"
|
||||||
|
"github.com/rs/zerolog"
|
||||||
"github.com/urfave/cli/v2"
|
"github.com/urfave/cli/v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -96,7 +97,7 @@ func check(c *cli.Context) error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
tree := tree.New(lu, bs, o, store.Create())
|
tree := tree.New(lu, bs, o, store.Create(), &zerolog.Logger{})
|
||||||
|
|
||||||
nId := c.String("node")
|
nId := c.String("node")
|
||||||
n, err := lu.NodeFromSpaceID(context.Background(), nId)
|
n, err := lu.NodeFromSpaceID(context.Background(), nId)
|
||||||
|
|||||||
Reference in New Issue
Block a user