acammies
2018-05-07 546bdbeb87bbce96e87168f0a1dba0fbf76396d9
Merge pull request #209 from bparry02/patch-1

Fix Typo - Remove duplicate text
1 files modified
4 ■■■■ changed files
exercises/1-the-manual-menace/README.md 4 ●●●● patch | view | raw | blame | history
exercises/1-the-manual-menace/README.md
@@ -190,7 +190,7 @@
$ touch params/nexus
```
4. The essential params to inclue in this file are: `params` directory.
4. The essential params to include in this file are:
```bash
VOLUME_CAPACITY=5Gi
MEMORY_LIMIT=2Gi
@@ -369,7 +369,7 @@
Note in a residency we would not use your GitCredentials for pushing and pulling from Git, A service user would be created for this.
</p>
5. Checkout the parms and the templates for the `jenkins-s2i`
5. Checkout the params and the templates for the `jenkins-s2i`
```bash
$ git checkout exercise1/jenkins-s2i params/jenkins-s2i templates/jenkins-s2i.yml
```