diff --git a/tools/aconfig/aconfig_storage_file/src/lib.rs b/tools/aconfig/aconfig_storage_file/src/lib.rs index 84e0e90360..f20600d666 100644 --- a/tools/aconfig/aconfig_storage_file/src/lib.rs +++ b/tools/aconfig/aconfig_storage_file/src/lib.rs @@ -63,7 +63,7 @@ pub(crate) const HASH_PRIMES: [u32; 29] = [ ]; /// Storage file location pb file -pub const STORAGE_LOCATION_FILE: &str = "/metadata/aconfig/storage_files.pb"; +pub const STORAGE_LOCATION_FILE: &str = "/metadata/aconfig/available_storage_file_records.pb"; /// Storage file type enum #[derive(Clone, Debug, PartialEq, Eq)]