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)