Skip to content

Commit

Permalink
removing structure and changing some conf
Browse files Browse the repository at this point in the history
  • Loading branch information
nolan committed Jul 25, 2024
1 parent a5e907b commit 12aec69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gen-wiki.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def process_directory(directory, config):
return markdown_content

def process_environment(environment, config, output_dir):
markdown_content = ""
for root, dirs, files in os.walk(environment):
if '.terragrunt-cache' in root:
continue
Expand Down

0 comments on commit 12aec69

Please sign in to comment.