From 41f5ab839b51b424bb6f7759e900ca6bcc4ee24a Mon Sep 17 00:00:00 2001 From: foolcage <5533061@qq.com> Date: Sun, 8 Apr 2018 18:03:01 +0800 Subject: [PATCH] [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> --- first-network/byfn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first-network/byfn.sh b/first-network/byfn.sh index 6daea11ec7..0c800d071d 100755 --- a/first-network/byfn.sh +++ b/first-network/byfn.sh @@ -257,7 +257,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"