Skip to content

Commit ba4bc49

Browse files
committed
author -> developer
1 parent 940e11d commit ba4bc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cfg_to_toml.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def convert_to_toml(self) -> dict[str, dict[str, Any]]:
115115
toml_dict["details"] = self._convert_details()
116116
toml_dict["settings"][
117117
"agent_id"
118-
] = f"{toml_dict["details"]["author"]}/{toml_dict["settings"]["name"]}"
118+
] = f"{toml_dict["details"]["developer"]}/{toml_dict["settings"]["name"]}"
119119

120120
return toml_dict
121121

0 commit comments

Comments
 (0)