Closed ErikGartner closed 6 years ago
The flag BUILDPACK_CLEAR_CACHE was checked in an improper way causing problem when the flag exists but is empty.
BUILDPACK_CLEAR_CACHE
The new checking method is also more consistent with other flags in the compile file.
Looks great. Do you mind updating these other two places with your new method?
https://github.com/AdmitHub/meteor-buildpack-horse/blob/055446a0036685c6269e5f09f31a089d2aadcb56/bin/compile#L181
https://github.com/AdmitHub/meteor-buildpack-horse/blob/055446a0036685c6269e5f09f31a089d2aadcb56/bin/compile#L30
Done :)
Thanks for the PR!
The flag
BUILDPACK_CLEAR_CACHE
was checked in an improper way causing problem when the flag exists but is empty.The new checking method is also more consistent with other flags in the compile file.