Skip to content

Commit

Permalink
fixup! store: drop rootless from arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppe committed Nov 15, 2023
1 parent 9a05f98 commit f45dd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func usePerUserStorage() bool {
}

// loadStoreOptionsFromConfFile is an internal implementation detail of DefaultStoreOptions to allow testing.
// Everyone but the tests this is intended for should only call DefaultStoreOptions, never this function.
// Everyone but the tests this is intended for should only call loadStoreOptions, never this function.
func loadStoreOptionsFromConfFile(storageConf string) (StoreOptions, error) {
var (
defaultRootlessRunRoot string
Expand Down

0 comments on commit f45dd60

Please sign in to comment.