From 0200ec32bf98f468cd161b28cfdb71c030e49720 Mon Sep 17 00:00:00 2001
From: Ravi Srinivasan <rsriniva@users.noreply.github.com>
Date: Tue, 12 Mar 2019 11:17:30 +0100
Subject: [PATCH] Fixed small bug with unzip command for MacOS

---
 exercises/README.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/exercises/README.md b/exercises/README.md
index 3731d0d..cdaf197 100644
--- a/exercises/README.md
+++ b/exercises/README.md
@@ -113,7 +113,7 @@
 ```bash
 curl -L -O https://github.com/openshift/origin/releases/download/v3.11.0/openshift-origin-client-tools-v3.11.0-0cbc58b-mac.zip
 unzip openshift-origin-client-tools-v3.11.0-0cbc58b-mac.zip
-cp openshift-origin-client-tools-v3.11.0-0cbc58b-mac/oc /usr/local/bin/
+cp oc /usr/local/bin/
 chmod +x /usr/local/bin/oc
 ```
 

--
Gitblit v1.9.3