We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a05f98 commit f45dd60Copy full SHA for f45dd60
types/options.go
@@ -131,7 +131,7 @@ func usePerUserStorage() bool {
131
}
132
133
// 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.
+// Everyone but the tests this is intended for should only call loadStoreOptions, never this function.
135
func loadStoreOptionsFromConfFile(storageConf string) (StoreOptions, error) {
136
var (
137
defaultRootlessRunRoot string
0 commit comments