Skip to content

Commit

Permalink
Merge branch 'move-fs-cache-location' of https://github.com/vercel/turbo
Browse files Browse the repository at this point in the history
 into move-fs-cache-location
  • Loading branch information
anthonyshew committed May 11, 2024
2 parents 61360fc + f23d251 commit 1e2599c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turborepo-cache/src/async_cache.rs
Expand Up @@ -447,7 +447,7 @@ mod tests {
async_cache.wait().await.unwrap();

let fs_cache_path =
repo_root_path.join_components(&[".turbo", "cache" & format!("{}.tar.zst", hash)]);
repo_root_path.join_components(&[".turbo", "cache", &format!("{}.tar.zst", hash)]);

// Confirm that fs cache file exists
assert!(fs_cache_path.exists());
Expand Down

0 comments on commit 1e2599c

Please sign in to comment.