diff --git a/.changesets/11645.md b/.changesets/11645.md index 0b6ff43d540a..88fce6833d3a 100644 --- a/.changesets/11645.md +++ b/.changesets/11645.md @@ -1,6 +1,7 @@ - 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) + +- 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)