reagent-project / reagent-template

A Leiningen template for projects using Reagent.
MIT License
394 stars 55 forks source link

Fix foreman start #146

Closed codeasone closed 6 years ago

codeasone commented 6 years ago

Without this change, running forman start or forman start -p 1234 gives rise to java.lang.ClassCastException: java.lang.Long cannot be cast to java.lang.String since (env :port) is a Long.

yogthos commented 6 years ago

thanks, surprised nobody noticed until now :)