Skip to content

Commit 2588f48

Browse files
committed
FAB-3153 Whitespace fixes (bddtests/devenv)
Change-Id: Ib9733a01eb10fd101f11ea637ae310dcf352ef12 Signed-off-by: Jessica Wagantall <[email protected]>
1 parent eba4a20 commit 2588f48

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bddtests/regression/go/ote/docker_images.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ echo "Ca Images"
1212
CA_REPO_NAME=fabric-ca
1313
cd $GOPATH/src/github.com/hyperledger/
1414
if [ ! -d "$CA_REPO_NAME" ]; then
15-
git clone --depth=1 https://github.com/hyperledger/$CA_REPO_NAME.git
15+
git clone --depth=1 https://github.com/hyperledger/$CA_REPO_NAME.git
1616
#CA_COMMIT=$(git log -1 --pretty=format:"%h")
1717
fi
1818
cd $CA_REPO_NAME

devenv/setupRHELonZ.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

3-
# Development on Z is done on the native OS, not in Vagrant. This script can be
4-
# used to set things up in RHEL on Z, similar to devenv/setup.sh which does the
5-
# same for Vagrant.
3+
# Development on Z is done on the native OS, not in Vagrant. This script can be
4+
# used to set things up in RHEL on Z, similar to devenv/setup.sh which does the
5+
# same for Vagrant.
66
# See https://github.com/hyperledger/fabric/blob/master/docs/dev-setup/install.md
77
#
88
# To get started:
@@ -62,7 +62,7 @@ cd $HOME/go/src
6262
./all.bash
6363
export PATH=$HOME/go/bin:$PATH
6464

65-
rm -rf $HOME/go-linux-s390x-bootstrap
65+
rm -rf $HOME/go-linux-s390x-bootstrap
6666

6767
################
6868
#Install Basic build essential packages

0 commit comments

Comments
 (0)