Skip to content

Commit

Permalink
misc: use run-exports (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
nichmor authored Feb 19, 2025
1 parent 70a2319 commit 10a7970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rattler_cache/src/consts.rs
Original file line number Diff line number Diff line change
@@ -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";

0 comments on commit 10a7970

Please sign in to comment.