Skip to content

Commit

Permalink
Let CI run the ini metadata backend
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed Feb 17, 2023
1 parent eaf8a06 commit 33e44c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/utils/decomposedfs/options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func New(m map[string]interface{}) (*Options, error) {
}

if o.MetadataBackend == "" {
o.MetadataBackend = "xattrs"
o.MetadataBackend = "ini"
}

if o.UserLayout == "" {
Expand Down

0 comments on commit 33e44c2

Please sign in to comment.