From 55cbb1ab0ad30bd7a65d84e1e8321f5007455711 Mon Sep 17 00:00:00 2001 From: Tobbe Lundberg Date: Wed, 2 Oct 2024 21:31:22 +0200 Subject: [PATCH] changeset --- .changesets/11645.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changesets/11645.md diff --git a/.changesets/11645.md b/.changesets/11645.md new file mode 100644 index 000000000000..0b6ff43d540a --- /dev/null +++ b/.changesets/11645.md @@ -0,0 +1,6 @@ +- fix(crwa): Better handling of installing to . (#11645) by @Tobbe + +When installing to `cwd`: + * Print "the current directory" instead of "." + * Skip the output of `cd` (which would move you to your home directory, which + most likely is not what you want)