Skip to content

Commit

Permalink
[FAB-5603] fixed missing f option on switch
Browse files Browse the repository at this point in the history
fixed the unrecognized option on byfn.sh script when
providing the docker-compose file to start the network

Fix Issue # FAB-5603

Change-Id: I74234c53d8f82cbf2678f80aa3a898c3ec51c422
Signed-off-by: dsanchezseco <d.seco@protonmail.com>
  • Loading branch information
dsanchezseco committed Aug 3, 2017
1 parent 5921140 commit be773d2
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 @@ -305,7 +305,7 @@ CHANNEL_NAME="mychannel"
COMPOSE_FILE=docker-compose-cli.yaml

# Parse commandline args
while getopts "h?m:c:t:d:" opt; do
while getopts "h?m:c:t:d:f:" opt; do
case "$opt" in
h|\?)
printHelp
Expand Down

0 comments on commit be773d2

Please sign in to comment.