Skip to content

Commit

Permalink
fix(build): Ensure proper URI is entered into the manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Chris <hexproofsystems@gmail.com>
  • Loading branch information
Investigamer committed Aug 12, 2024
1 parent 3c93280 commit 44715ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def build_manifest() -> None:
meta=ManifestMeta(
date=Constants.DATE_NOW,
version=Constants.VERSION_FULL,
uri=URI.PACKAGE
uri=URI.RELEASES
),
set=ManifestSet(
aliases=SetData.ALIAS.copy(),
Expand Down

0 comments on commit 44715ca

Please sign in to comment.