mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +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>
(cherry picked from commit 41f5ab839b)
This commit is contained in:
parent
ab054c7a24
commit
f05a132586
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ function networkDown () {
|
|||
# configuration
|
||||
function replacePrivateKey () {
|
||||
# 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`
|
||||
if [ "$ARCH" == "Darwin" ]; then
|
||||
OPTS="-it"
|
||||
|
|
|
|||
Loading…
Reference in a new issue