open-horizon / examples

Code examples you can use with Horizon.
Apache License 2.0
40 stars 65 forks source link

fix path of blessedSamples in exchangePublishScript #295

Closed bmpotter closed 4 years ago

bmpotter commented 4 years ago

1-line fix to exchangePublishScript.sh: the path for examples/tools/blessedSamples.txt should not have $(dirname $0) at the beginning, because the examples repo is cloned in the current directory.

This only came up because i was running exchangePublishScript.sh in my local exchange environment, so i don't think you need to put this fix in the v4.0 branch, just master. But please do verify that it still works when run for a real cluster.