From 63e150f74cebb3c3a23a5573d29cf9a32fe2aadd Mon Sep 17 00:00:00 2001 From: lpaglione <682489+lpaglione@users.noreply.github.com> Date: Sun, 10 Nov 2019 14:10:09 -0500 Subject: [PATCH] update code block formatting --- _episodes/01-prep.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/01-prep.md b/_episodes/01-prep.md index abfb74a..a933ba9 100644 --- a/_episodes/01-prep.md +++ b/_episodes/01-prep.md @@ -75,7 +75,7 @@ CONTAINER ID IMAGE COMMAND CREATED _NOTE: You can also use `sudo` without a password, but you probably will not need it in this session. For example,_ -``` bash +``` shell [training@registry1-private ~]$ sudo /usr/bin/whoami root ```