From f45dd602acc8d94b9b10aa802e0abe7926b24b98 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Wed, 15 Nov 2023 21:53:52 +0100 Subject: [PATCH] fixup! store: drop rootless from arguments --- types/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/options.go b/types/options.go index 3273e54eb4..56dd8f0cec 100644 --- a/types/options.go +++ b/types/options.go @@ -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