Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use long form decode because macOS and Linux disagree
In macOS, the base64 binary takes "-D or --decode" and in Linux it takes "-d or --decode" so we need to use the long form to work on both platforms.
- Loading branch information