Fix copy/paste oversight

This commit is contained in:
Charlie O'Keefe 2019-03-29 11:25:40 -06:00
parent b2f9de80b9
commit 8aafa31b33
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ providing a convenient facility for setting up project-specific configuration.
sudo apt install direnv
```
To activate direnv when starting bash (the default shell on Debian 9), add the following line to the
end of `~/.bashrc`:
To activate direnv when starting bash (the default shell on Ubuntu 18.04), add the following line to
the end of `~/.bashrc`:
```
eval "$(direnv hook bash)"