From a997271b0364d332b66bec939408585e1368b69f Mon Sep 17 00:00:00 2001 From: Toussaint Louis <66522867+lotoussa@users.noreply.github.com> Date: Wed, 18 Jan 2023 15:30:08 +0100 Subject: [PATCH] Update README.md --- subjects/devops/set-env-vars/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/devops/set-env-vars/README.md b/subjects/devops/set-env-vars/README.md index 521a91c9..81d51872 100644 --- a/subjects/devops/set-env-vars/README.md +++ b/subjects/devops/set-env-vars/README.md @@ -2,7 +2,7 @@ ### Instructions -Create a script `set-env-vars.sh`, which will allow you to set the following variables as environment variables and and print only the ones you created: +Create a script `set-env-vars.sh`, which will allow you to set the following variables as environment variables and print only the ones you created: - `MY_MESSAGE` which contains the string `"Hello World"`. - `MY_NUM` which contains the number `100`.