Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yang0352 committed Apr 15, 2025
1 parent d618087 commit b7116d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks_automation/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def operate_github(new_repo_name, eks_settings, output_hcl):

# Commit and push the changes.
cloned_repo.index.add(output_hcl)
commit_message = "Add the EKS paramter file by the Lambda function"
commit_message = "Add the EKS parameter file by the Lambda function"
cloned_repo.index.commit(commit_message)
cloned_repo.git.push("--set-upstream", origin.name, "main", force=True)

Expand Down

0 comments on commit b7116d2

Please sign in to comment.