Releases: SectorLabs/heroku-buildpack-git-submodule
Releases · SectorLabs/heroku-buildpack-git-submodule
v5
Changelog
- #4 Add necessary quotes around private key
- #5 Ensure SSH keys are Copied with Correct Formatting
v4
- Fix shebangs not being reliable.
v3
- Fixes shebangs at the start of
bin/detect
and bin/compile
not working properly. Use /usr/bin/env
to always get the right path to sh
and bash
.
- Slight improvements to the README by @alexhribsek .
v2
- Fixes Heroku deploy buttons not working.