Skip to content

Commit

Permalink
Fix remaining lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: m-g-k <mgk@uk.ibm.com>
  • Loading branch information
m-g-k committed May 15, 2020
1 parent 0aee25e commit 19dca66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tutorial/07-import-ordering-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@
api_secret: "{{ api_secret | default(omit) }}"
api_token_endpoint: "{{ api_token_endpoint | default(omit) }}"
ordering_service: "{{ lookup('file', ordering_service_name+'.json' )}}"

1 change: 0 additions & 1 deletion tutorial/20-instantiate-chaincode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@
version: "{{ smart_contract_version }}"
endorsement_policy: "{{ smart_contract_endorsement_policy | default(omit) }}"
collections_config: "{{ smart_contract_collections_file | default(omit) }}"

0 comments on commit 19dca66

Please sign in to comment.