From 2db0ead5fed0364612f104bff5a70ba9e579b096 Mon Sep 17 00:00:00 2001 From: jonathanmmm <32403139+jonathanmmm@users.noreply.github.com> Date: Sat, 11 May 2019 17:04:55 +0200 Subject: [PATCH] made the last sentence more readable (docker which) --- Updating-the-bitwarden-image.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Updating-the-bitwarden-image.md b/Updating-the-bitwarden-image.md index 0a1427c..f0563cf 100644 --- a/Updating-the-bitwarden-image.md +++ b/Updating-the-bitwarden-image.md @@ -65,4 +65,8 @@ Sudo crontab -e 0 3 * * * sudo /usr/bin/docker system prune -f ``` -Use `docker which` if `/usr/bin/docker` is not the correct path to docker \ No newline at end of file +Use the command + +`docker which` + +if `/usr/bin/docker` is not the correct path to docker \ No newline at end of file