Skip to content

Commit

Permalink
Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Dec 1, 2024
1 parent f2108d6 commit 7020b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/brioche-core/src/bake/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ impl BakeDir {
// all files
crate::fs_utils::set_directory_rwx_recursive(&path)
.await
.context("failed to set permissions for temprorary bake directory")?;
.context("failed to set permissions for temporary bake directory")?;

tokio::fs::remove_dir_all(&path)
.await
Expand Down

0 comments on commit 7020b5e

Please sign in to comment.