Skip to content

Commit 6e79a60

Browse files
mst-mktCopilot
andcommitted
test(cli): use env.fish in XDG fish test to match install.sh output
Co-Authored-By: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d382e7f commit 6e79a60

File tree

1 file changed

+1
-1
lines changed
  • crates/vite_global_cli/src/commands/env

1 file changed

+1
-1
lines changed

crates/vite_global_cli/src/commands/env/doctor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ mod tests {
879879
std::fs::create_dir_all(&fake_home).unwrap();
880880
std::fs::create_dir_all(&fish_dir).unwrap();
881881

882-
std::fs::write(fish_dir.join("vite-plus.fish"), "source \"$HOME/.vite-plus/env\"\n")
882+
std::fs::write(fish_dir.join("vite-plus.fish"), "source \"$HOME/.vite-plus/env.fish\"\n")
883883
.unwrap();
884884

885885
let _guard = ProfileEnvGuard::new(&fake_home, None, Some(&xdg_config));

0 commit comments

Comments
 (0)