Skip to content

Commit d16ec73

Browse files
Change Homebrew data dir from fermyon-spin to spinframework-spin
Signed-off-by: Kate Goldenring <kate.goldenring@fermyon.com>
1 parent 79fd54a commit d16ec73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/common/src/data_dir.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ fn package_manager_data_dir() -> Option<PathBuf> {
2525
.map(|p| p.starts_with(&brew_prefix))
2626
.unwrap_or(false)
2727
{
28-
let data_dir = Path::new(&brew_prefix).join("etc").join("fermyon-spin");
28+
let data_dir = Path::new(&brew_prefix)
29+
.join("etc")
30+
.join("spinframework-spin");
2931
return Some(data_dir);
3032
}
3133
}

0 commit comments

Comments
 (0)