* when importing a private theme using the themes:install rake task the SSH key is written out to a file for use by the git-clone command * if the private key is written out without a newline at end-of-file (i.e. after it's been stripped) it's not recognized as a valid key by SSH * so: don't strip it when writing it out, we should be fine |
||
|---|---|---|
| .. | ||
| git_importer.rb | ||
| zip_exporter.rb | ||
| zip_importer.rb | ||