mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 17:45:10 +00:00
Merge 1f074db67d into c0a0104ca1
This commit is contained in:
commit
20019faea5
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ setGlobals() {
|
|||
errorln "ORG Unknown"
|
||||
fi
|
||||
|
||||
if [ "$VERBOSE" == "true" ]; then
|
||||
if [[ "$VERBOSE" == "true" ]]; then
|
||||
env | grep CORE
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue