Add missing quote to cd command
This commit is contained in:
parent
b3cce86725
commit
de2a7fc792
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ rm -rf ".dotfiles"
|
|||
This will *should* repair any issues you could have with this repository.
|
||||
|
||||
```bash
|
||||
cd "${HOME}/.dotfiles
|
||||
cd "${HOME}/.dotfiles"
|
||||
|
||||
# Remove legacy links"
|
||||
./uninstall.sh --remove-legacy-paths
|
||||
|
|
Loading…
Reference in a new issue