From 207af3430523d36b8f58fec7749cd0ba341cc447 Mon Sep 17 00:00:00 2001
From: Ravi Srinivasan <rsriniva@users.noreply.github.com>
Date: Mon, 25 Mar 2019 06:06:43 +0100
Subject: [PATCH] Remove global sslVerify config

---
 1-the-manual-menace/README.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/1-the-manual-menace/README.md b/1-the-manual-menace/README.md
index b56944f..ae20899 100644
--- a/1-the-manual-menace/README.md
+++ b/1-the-manual-menace/README.md
@@ -330,7 +330,7 @@
 Note - we would not normally make the project under your name but create a group and add the project there on residency but for simplicity of the exercise we'll do that here
 </p> -->
 
-3. If you have not used Git before; you may need to tell Git who you are and what your email is before we commit. Run the following commands, substituting your email and "Your Name". If you've done this before move on to the next step. The last git config command is used to bypass SSL key verification for the GitLab server instance since we are using self-signed certificates on the sever.
+3. If you have not used Git before; you may need to tell Git who you are and what your email is before we commit. Run the following commands, substituting your email and "Your Name". If you've done this before move on to the next step. The last git config command is used to bypass SSL key verification in this repo since we are using self-signed certificates on the sever.
 
 ```bash
 git config --global user.email "yourname@mail.com"
@@ -340,7 +340,7 @@
 ```
 
 ```bash
-git config --global http.sslVerify false
+git config http.sslVerify false
 ```
 
 4. Commit your local project to this new remote by first removing the existing origin (github) where the Ansible project was cloned from in the first steps. Remember to substitute `<GIT_URL>` accordingly with the one created for your `enablement-ci-cd` repository a moment ago.

--
Gitblit v1.9.3