Skip to content

Commit 04bdb0a

Browse files
committed
fix
1 parent 0937335 commit 04bdb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/check_changelog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
if not changelog:
6464
print("No changelog entries found.")
65-
if args.fail_on_no_changes:
65+
if args.fail_if_no_changes:
6666
print("Exiting with error due to no changelog entries found.")
6767
exit(1)
6868
else:

0 commit comments

Comments
 (0)