Skip to content

Commit

Permalink
[FAB-10893] Remove trailing spaces in Makefile
Browse files Browse the repository at this point in the history
Change-Id: I8b0bcf6f190ab9947d1227d3bc29254b632a397f
Signed-off-by: Troy Ronda <troy@troyronda.com>
  • Loading branch information
troyronda committed Jun 27, 2018
1 parent 9816425 commit 3c9aad4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ FABRIC_TOOLS_IMAGE ?= hyperledger/fabric-tools
FABRIC_TOOLS_TAG ?= $(ARCH)-$(FABRIC_TOOLS_VERSION)

# Fabric docker registries (overridable)
FABRIC_RELEASE_REGISTRY ?=
FABRIC_RELEASE_REGISTRY ?=
FABRIC_DEV_REGISTRY ?= nexus3.hyperledger.org:10001
FABRIC_DEV_REGISTRY_PRE_CMD ?= docker login -u docker -p docker nexus3.hyperledger.org:10001

Expand Down Expand Up @@ -122,11 +122,11 @@ GO_LDFLAGS_ARG :=
endif

ifneq ($(FABRIC_RELEASE_REGISTRY),)
FABRIC_RELEASE_REGISTRY += /
FABRIC_RELEASE_REGISTRY := $(FABRIC_RELEASE_REGISTRY)/
endif

ifneq ($(FABRIC_DEV_REGISTRY),)
FABRIC_DEV_REGISTRY += /
FABRIC_DEV_REGISTRY := $(FABRIC_DEV_REGISTRY)/
endif

# Fabric tool docker tags at code levels
Expand Down

0 comments on commit 3c9aad4

Please sign in to comment.