From 8eeb96a62229efe236bfef089ee172c56e8cc321 Mon Sep 17 00:00:00 2001
From: donal <donalspring@gmail.com>
Date: Tue, 24 Apr 2018 19:29:25 +0200
Subject: [PATCH] FIXES - lab3 first part

---
 exercises/2-attack-of-the-pipelines/README.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/exercises/2-attack-of-the-pipelines/README.md b/exercises/2-attack-of-the-pipelines/README.md
index 08b517b..fe20bef 100644
--- a/exercises/2-attack-of-the-pipelines/README.md
+++ b/exercises/2-attack-of-the-pipelines/README.md
@@ -316,9 +316,9 @@
 $ git checkout exercise2/jenkins-slave docker/ templates/ params/jenkins-slave-npm
 ```
 
-3. Open the `params/jenkins-slave-npm` file and update `<YOUR_ENABLEMENT_GIT_REPO>` accordingly. This set of parameters will clone from the enablement repo and run a docker build of the Dockerfile stored in `docker/jenkins-slave-npm`.
+3. Open the `params/jenkins-slave-npm` file and update `<GIT_URL>` accordingly. This set of parameters will clone from the enablement repo and run a docker build of the Dockerfile stored in `docker/jenkins-slave-npm`.
 ```bash
-SOURCE_REPOSITORY_URL=<YOUR_ENABLEMENT_GIT_REPO>
+SOURCE_REPOSITORY_URL=<GIT_URL>
 SOURCE_CONTEXT_DIR=docker/jenkins-slave-npm
 NAME=npm-jenkins-slave
 ```

--
Gitblit v1.9.3