Closed connorsherson closed 4 years ago
I encountered this by not putting a newline at the end of the last line of my gitignore.
I suspect the problem is straight forward enough for someone who knows Ruby but here is what the error was, just in case:
neocities-0.0.13/lib/neocities/cli.rb:191:indirectory?': no implicit conversion of nil into String (TypeError)`
neocities-0.0.13/lib/neocities/cli.rb:191:in
I don't know Ruby but looking up the docs seemed to clear up the issue for me.
Thanks! I'll push this after I have a test for it.
I encountered this by not putting a newline at the end of the last line of my gitignore.
I suspect the problem is straight forward enough for someone who knows Ruby but here is what the error was, just in case:
neocities-0.0.13/lib/neocities/cli.rb:191:in
directory?': no implicit conversion of nil into String (TypeError)`I don't know Ruby but looking up the docs seemed to clear up the issue for me.