You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to deploy an application using caphub and I'm seeing the following error when trying to run deploy:setup
/lib/caphub/app.rb:84:in mk_shell': undefined methodcapitalize' for nil:NilClass (NoMethodError)
from ./lib/caphub/app.rb:34:in initialize' from recipes/db.rb:9:innew'
from recipes/db.rb:9:in `block (2 levels) in load'
Anyone have any thoughts they could share on what might be causing this?
The text was updated successfully, but these errors were encountered:
I'm trying to deploy an application using caphub and I'm seeing the following error when trying to run deploy:setup
/lib/caphub/app.rb:84:in
mk_shell': undefined method
capitalize' for nil:NilClass (NoMethodError)from ./lib/caphub/app.rb:34:in
initialize' from recipes/db.rb:9:in
new'from recipes/db.rb:9:in `block (2 levels) in load'
Anyone have any thoughts they could share on what might be causing this?
The text was updated successfully, but these errors were encountered: