Skip to content

Commit

Permalink
Fix for doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrondelez authored Jan 20, 2025
1 parent 582dd8b commit 91ede51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen-wiki.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def extract_repo_name(file_path):

def download_bucket(directory):
s3 = boto3.client('s3')
bucket_name = "terraform-remote-state-" + extract_repo_name("terragrunt.hcl")
bucket_name = "terraform-remote-state-" + extract_repo_name("root.hcl")
try:
s3.download_file(bucket_name, directory, "tmp_file.json")
return "tmp_file.json"
Expand Down

0 comments on commit 91ede51

Please sign in to comment.