Skip to content

Commit 761def4

Browse files
committed
Fix typo
1 parent 1481822 commit 761def4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldnp/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def main(
147147

148148
assert Path(out_name).is_file()
149149

150-
logger.info(f"Build package {out_path}")
150+
logger.info(f"Built package {out_path}")
151151

152152
if sign:
153153
logger.info(f"Signing package {out_path}")

0 commit comments

Comments
 (0)