Closed rossta closed 3 months ago
I see. I just pushed a new commit that I believe would address this. What do you think? https://github.com/fractaledmind/enlitenment/commit/de09e71fd70e4617f2aa46be464110feffeef832
@rossta: Can you confirm that this issue is fixed?
@fractaledmind Yes, fixed! I reran the template from a clean slate and did not see the error. (I did run into a new one I can report separately).
I ran the template script against https://github.com/joyofrails/joyofrails.com
During the first run, I got the following error (excerpt):
The failing line is located in the generated
app/controllers/mission_control/base_controller.rb
at:In my case, the workaround was to define ENV vars for
MISSION_CONTROL_USERNAME
andMISSION_CONTROL_PASSWORD
after which I was able to successfully run the script.