From 8aafa31b33fb3a616cc40609a045a52ee88b76e7 Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Fri, 29 Mar 2019 11:25:40 -0600 Subject: [PATCH] Fix copy/paste oversight --- dependency_install_steps_by_platform/Ubuntu_18.04.x.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dependency_install_steps_by_platform/Ubuntu_18.04.x.md b/dependency_install_steps_by_platform/Ubuntu_18.04.x.md index 6e88fad..509252e 100644 --- a/dependency_install_steps_by_platform/Ubuntu_18.04.x.md +++ b/dependency_install_steps_by_platform/Ubuntu_18.04.x.md @@ -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)"