Skip to content

Commit

Permalink
Fix key
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarraff committed Jan 22, 2024
1 parent 38c71b2 commit b1f334b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mark2confluence/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def main()->int:

logger.info(f"Files to be processed: {', '.join(files)}")

default_parents = get_default_parents(cfg.inputs.default_parents)
default_parents = get_default_parents(cfg.inputs.DEFAULT_PARENTS)
status = {}
for path in files:
if path[-3:] == '.md' and has_mark_headers(path):
Expand Down

0 comments on commit b1f334b

Please sign in to comment.