This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
When making a release, the bcrypt application directory does not cont…
…ain an 'ebin' directory (it is in the .ez file), so "ebin/../priv" cannot be used to find the driver. Instead, use another call to filename:dirname/1 to go up one more directory. Also fix a small edoc annotation problem for bcrypt:hash/2.
- Loading branch information