Skip to content

Commit

Permalink
fix(quark): default root folder id
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Sep 10, 2022
1 parent f5c7a11 commit 849124f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions drivers/quark/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ type Addition struct {
}

var config = driver.Config{
Name: "Quark",
OnlyProxy: true,
Name: "Quark",
OnlyProxy: true,
DefaultRoot: "0",
}

func New() driver.Driver {
Expand Down

0 comments on commit 849124f

Please sign in to comment.