This repository was archived by the owner on Jan 20, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 set -o pipefail &&
4040 jq
4141 --argjson msp '{{ lookup('template', 'manage-channel/fabric-msp.json.j2') | to_json }}'
42- '.channel_group.groups.Application.groups.{{ member.msp.id }} = $msp'
42+ '.channel_group.groups.Application.groups." {{ member.msp.id }}" = $msp'
4343 {{ tempdir.path }}/updated_config.json |
4444 sponge {{ tempdir.path }}/updated_config.json
4545 args :
5454 set -o pipefail &&
5555 jq
5656 --argjson anchorPeers '{{ lookup('template', 'manage-channel/fabric-anchor-peers.json.j2') | to_json }}'
57- '.channel_group.groups.Application.groups.{{ member.msp.id }}.values.AnchorPeers = $anchorPeers'
57+ '.channel_group.groups.Application.groups." {{ member.msp.id }}" .values.AnchorPeers = $anchorPeers'
5858 {{ tempdir.path }}/updated_config.json |
5959 sponge {{ tempdir.path }}/updated_config.json
6060 args :
Original file line number Diff line number Diff line change 3838 set -o pipefail &&
3939 jq
4040 --argjson msp '{{ lookup('template', 'manage-consortium/fabric-msp.json.j2') | to_json }}'
41- '.channel_group.groups.Consortiums.groups.SampleConsortium.groups.{{ member.msp.id }} = $msp'
41+ '.channel_group.groups.Consortiums.groups.SampleConsortium.groups." {{ member.msp.id }}" = $msp'
4242 {{ tempdir.path }}/updated_config.json |
4343 sponge {{ tempdir.path }}/updated_config.json
4444 args :
You can’t perform that action at this time.
0 commit comments