Skip to content

Commit

Permalink
[FAB-9406] Typo in byfn.sh
Browse files Browse the repository at this point in the history
I found "depete" in first-network/byfn.sh.
Maybe it should be "delete".

Change-Id: Iecdb6f8822b8b99765bc9d93e9b5ab623cb63607
Signed-off-by: foolcage <5533061@qq.com>
  • Loading branch information
foolcage committed Apr 8, 2018
1 parent 88bfe50 commit 41f5ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion first-network/byfn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 41f5ab8

Please sign in to comment.