[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:
foolcage 2018-04-08 18:03:01 +08:00 committed by Gari Singh
parent ab054c7a24
commit f05a132586

View file

@ -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"