Skip to content

Commit

Permalink
FAB-3153 Whitespace fixes (bddtests/devenv)
Browse files Browse the repository at this point in the history
Change-Id: Ib9733a01eb10fd101f11ea637ae310dcf352ef12
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
  • Loading branch information
jwagantall committed Apr 18, 2017
1 parent eba4a20 commit 2588f48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bddtests/regression/go/ote/docker_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo "Ca Images"
CA_REPO_NAME=fabric-ca
cd $GOPATH/src/github.com/hyperledger/
if [ ! -d "$CA_REPO_NAME" ]; then
git clone --depth=1 https://github.com/hyperledger/$CA_REPO_NAME.git
git clone --depth=1 https://github.com/hyperledger/$CA_REPO_NAME.git
#CA_COMMIT=$(git log -1 --pretty=format:"%h")
fi
cd $CA_REPO_NAME
Expand Down
8 changes: 4 additions & 4 deletions devenv/setupRHELonZ.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

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

rm -rf $HOME/go-linux-s390x-bootstrap
rm -rf $HOME/go-linux-s390x-bootstrap

################
#Install Basic build essential packages
Expand Down

0 comments on commit 2588f48

Please sign in to comment.