diff --git a/crates/rattler_cache/src/consts.rs b/crates/rattler_cache/src/consts.rs index a72f4b25ee..8da7aa52aa 100644 --- a/crates/rattler_cache/src/consts.rs +++ b/crates/rattler_cache/src/consts.rs @@ -1,5 +1,5 @@ /// The location in the main cache folder where the conda package cache is stored. pub const PACKAGE_CACHE_DIR: &str = "pkgs"; -pub const RUN_EXPORTS_CACHE_DIR: &str = "run_exports"; +pub const RUN_EXPORTS_CACHE_DIR: &str = "run-exports"; /// The location in the main cache folder where the repodata cache is stored. pub const REPODATA_CACHE_DIR: &str = "repodata";