Skip to content

Commit

Permalink
pyproject.toml: Fix edk2_capsule_tool path (#647)
Browse files Browse the repository at this point in the history
Should be `edk2toolext.capsule.capsule_tool:main` instead of
`dek2toolext.capsule.capsule_tool:main`.

Signed-off-by: Michael Kubacki <[email protected]>
  • Loading branch information
makubacki authored Sep 6, 2023
1 parent 1c397b5 commit 306ab96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ omnicache = "edk2toolext.omnicache:main"
nuget-publish = "edk2toolext.nuget_publishing:go"
sig_db_tool = "edk2toolext.uefi.sig_db_tool:main"
firmware_policy_tool = "edk2toolext.windows.policy.firmware_policy_tool:main"
edk2_capsule_tool = "dek2toolext.capsule.capsule_tool:main"
edk2_capsule_tool = "edk2toolext.capsule.capsule_tool:main"
versioninfo_tool = "edk2toolext.versioninfo.versioninfo_tool:main"
validate_image_tool = "edk2toolext.image_validation:main"
secureboot_audit = "edk2toolext.windows.secureboot.secureboot_audit:main"
Expand Down

0 comments on commit 306ab96

Please sign in to comment.