mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 01:25:10 +00:00
[FAB-9406] Typo in byfn.sh
I found "depete" in first-network/byfn.sh. Maybe it should be "delete". Change-Id: Iecdb6f8822b8b99765bc9d93e9b5ab623cb63607 Signed-off-by: foolcage <5533061@qq.com>
This commit is contained in:
parent
88bfe50fce
commit
41f5ab839b
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ function networkDown () {
|
||||||
# configuration
|
# configuration
|
||||||
function replacePrivateKey () {
|
function replacePrivateKey () {
|
||||||
# sed on MacOSX does not support -i flag with a null extension. We will use
|
# sed on MacOSX does not support -i flag with a null extension. We will use
|
||||||
# 't' for our back-up's extension and depete it at the end of the function
|
# 't' for our back-up's extension and delete it at the end of the function
|
||||||
ARCH=`uname -s | grep Darwin`
|
ARCH=`uname -s | grep Darwin`
|
||||||
if [ "$ARCH" == "Darwin" ]; then
|
if [ "$ARCH" == "Darwin" ]; then
|
||||||
OPTS="-it"
|
OPTS="-it"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue