Commit 2588f48 1 parent eba4a20 commit 2588f48 Copy full SHA for 2588f48
File tree 2 files changed +5
-5
lines changed
bddtests/regression/go/ote
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ echo "Ca Images"
12
12
CA_REPO_NAME=fabric-ca
13
13
cd $GOPATH /src/github.com/hyperledger/
14
14
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
16
16
# CA_COMMIT=$(git log -1 --pretty=format:"%h")
17
17
fi
18
18
cd $CA_REPO_NAME
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
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.
6
6
# See https://github.com/hyperledger/fabric/blob/master/docs/dev-setup/install.md
7
7
#
8
8
# To get started:
@@ -62,7 +62,7 @@ cd $HOME/go/src
62
62
./all.bash
63
63
export PATH=$HOME /go/bin:$PATH
64
64
65
- rm -rf $HOME /go-linux-s390x-bootstrap
65
+ rm -rf $HOME /go-linux-s390x-bootstrap
66
66
67
67
# ###############
68
68
# Install Basic build essential packages
You can’t perform that action at this time.
0 commit comments