diff --git a/crates/cli/src/project.rs b/crates/cli/src/project.rs index d552759e..e85918ce 100644 --- a/crates/cli/src/project.rs +++ b/crates/cli/src/project.rs @@ -127,8 +127,8 @@ fn is_aiken_path(path: &Path, dir: impl AsRef) -> bool { re.is_match( path.strip_prefix(dir) - .expect("is_gleam_path(): strip_prefix") + .expect("is_aiken_path(): strip_prefix") .to_str() - .expect("is_gleam_path(): to_str"), + .expect("is_aiken_path(): to_str"), ) }