Skip to content

Commit bff4437

Browse files
committedSep 2, 2017
FAB-5634 Update Makefile for examples/cluster
configtxgen has been moved to a new location so need to update the Makefile for examples/cluster Change-Id: I9fbb86745015563c8f47ff0ca2d00060d32a9c86 Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
1 parent b4f302c commit bff4437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/cluster/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ CONFIGTXGEN=build/bin/configtxgen
4343

4444
FABRICPKG=github.com/hyperledger/fabric
4545
pkgmap.cryptogen := $(FABRICPKG)/common/tools/cryptogen
46-
pkgmap.configtxgen := $(FABRICPKG)/common/configtx/tool/configtxgen
46+
pkgmap.configtxgen := $(FABRICPKG)/common/tools/configtxgen
4747

4848
help:
4949
@cat usage.txt

0 commit comments

Comments
 (0)
Please sign in to comment.