Skip to content

Conversation

@awanawana
Copy link

Summary

This PR fixes a typo in the README and adds proper cleanup handling in build.sh.

Changes

  • Fix typo in README.md: 'controvery' -> 'controversy' (line 86)
  • Add cleanup trap in build.sh to properly handle temporary file on exit
  • Move tmp_file declaration to local scope inside build_template() function
  • Clear tmp_file variable after mv to prevent cleanup from trying to remove the successfully created template.sh

Impact

  • The typo fix improves documentation quality
  • The build.sh improvement ensures temporary files are properly cleaned up even if the script fails unexpectedly

🤖 Generated with Claude Code

- Fix typo in README.md: 'controvery' -> 'controversy' (line 86)
- Add cleanup trap in build.sh to properly handle temporary file on exit
- Clear tmp_file variable after mv to prevent cleanup from trying to remove the successfully created template.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant