heroku / heroku/salesforce-cli-buildpack
.profile.d/path.sh is a name which is too generic
Open
- Dominant language
- Shell
- Stars
- 26
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
The Heroku documentation at https://devcenter.heroku.com/articles/buildpack-api#profile-d-scripts says :
_"During startup, the container starts a bash shell that source’s all .sh scripts in the .profile.d/ directory ..."_
So if several `.sh` scripts are generated in .profile.d by multiple buildpacks, they should be named distinctly.
I suggest to rename `path.sh`to `salesforce_cli_path.sh`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.