Skip to content

Commit 53355ac

Browse files
committed
Ensure resolved_commit is always calculated
1 parent 07912b4 commit 53355ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git_evtag_py.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def main() -> int:
448448
in_tag,
449449
)
450450
return 1
451-
if not (args.sign or resolved_commit):
451+
if not resolved_commit:
452452
logging.error("Failed to calculate the resolved commit from the input")
453453
return 1
454454

0 commit comments

Comments
 (0)