Skip to content

Commit abb8a89

Browse files
committed
chore: address comments
1 parent 1fc2eae commit abb8a89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aea/configurations/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@ def _create_or_update_from_json(
15631563
)
15641564
)
15651565

1566-
# parse contracts public ids
1566+
# parse custom public ids
15671567
agent_config.customs = set(
15681568
map(
15691569
PublicId.from_str,

aea/customs/scaffold/component.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: comonent
1+
name: component
22
author: open_aea
33
version: 0.1.0
44
type: custom

0 commit comments

Comments
 (0)