Skip to content

Commit f45dd60

Browse files
committed
fixup! store: drop rootless from arguments
1 parent 9a05f98 commit f45dd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func usePerUserStorage() bool {
131131
}
132132

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

0 commit comments

Comments
 (0)