Skip to content

Commit 3aee697

Browse files
Fix last commit to pass CI tests
1 parent d70b510 commit 3aee697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codespell_lib/_codespell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ def main(*args: str) -> int:
11391139
for ifile, cfg_file in enumerate(used_cfg_files, start=1):
11401140
print(f" {ifile}: {cfg_file}")
11411141

1142-
if options.interactive >= 0:
1142+
if options.interactive > 0:
11431143
options.write_changes = True
11441144

11451145
if options.regex and options.write_changes:

0 commit comments

Comments
 (0)