Skip to content

Commit

Permalink
Fix vendor dependencies key name
Browse files Browse the repository at this point in the history
  • Loading branch information
davegaeddert committed Sep 12, 2024
1 parent e518d7e commit ec26220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plain-vendor/plain/vendor/deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def save_config(self):
with open("pyproject.toml") as f:
pyproject = tomlkit.load(f)

pyproject["tool"]["plain"]["vendor"]["deps"][self.name] = {
pyproject["tool"]["plain"]["vendor"]["dependencies"][self.name] = {
"url": self.url,
"installed": self.installed,
}
Expand Down

0 comments on commit ec26220

Please sign in to comment.