From c3b36232f27c08d6addae7a837b2a63d5da5cd27 Mon Sep 17 00:00:00 2001 From: Gaurav Mishra Date: Wed, 8 Feb 2017 19:07:27 +0530 Subject: [PATCH] Fixed environment variable --- services/blockchain/ibmblockchain_tutorials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/blockchain/ibmblockchain_tutorials.md b/services/blockchain/ibmblockchain_tutorials.md index eabb20807..952ad373a 100644 --- a/services/blockchain/ibmblockchain_tutorials.md +++ b/services/blockchain/ibmblockchain_tutorials.md @@ -106,7 +106,7 @@ To install the Hyperledger Fabric v0.5 codebase, use the following git clone com ``` # Create the parent directories on your GOPATH mkdir -p $GOPATH/src/github.com/hyperledger -cd $GOAPTH/src/github.com/hyperledger +cd $GOPATH/src/github.com/hyperledger # Clone the appropriate release codebase into $GOPATH/src/github.com/hyperledger/fabric # Note that the v0.5 release is a branch of the repository. It is defined below after the -b argument