Intersection / cg-CSV-GitHub-import-export

Import/export GitHub issues from/to CSV files
42 stars 27 forks source link

hard-coded path for ruby may not be the best choice. #1

Open DanMeltz opened 11 years ago

DanMeltz commented 11 years ago

for both scripts

rubienr commented 9 years ago

the import/export scripts have different shebangs: a) #!/usr/bin/ruby b) #!/usr/local/bin/ruby where b) did not work for me on Ubuntu 15.04 and for that reason i had to change to a)