Browse Source

Update README.md

pull/1739/head
Toussaint Louis 1 year ago committed by Dav Hojt
parent
commit
a997271b03
  1. 2
      subjects/devops/set-env-vars/README.md

2
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`.

Loading…
Cancel
Save